From: Sasha Sorokin Date: Wed, 29 Jan 2020 16:35:54 +0000 (-0500) Subject: [Glitch] Add "Show thread" button to public profiles X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=dd6149ca0b05b05bd9103e2127adc387edb7fd22;p=mastodon.git [Glitch] Add "Show thread" button to public profiles Port 50cd73e5d7e39600203c9c3f591f04289f41e297 to glitch-soc Signed-off-by: Thibaut Girka --- diff --git a/app/javascript/flavours/glitch/styles/statuses.scss b/app/javascript/flavours/glitch/styles/statuses.scss index 611d5185b..22fa7b3fd 100644 --- a/app/javascript/flavours/glitch/styles/statuses.scss +++ b/app/javascript/flavours/glitch/styles/statuses.scss @@ -222,3 +222,20 @@ } } } + +.status__content__read-more-button { + display: block; + font-size: 15px; + line-height: 20px; + color: lighten($ui-highlight-color, 8%); + border: 0; + background: transparent; + padding: 0; + padding-top: 8px; + text-decoration: none; + + &:hover, + &:active { + text-decoration: underline; + } +}