From: Cutls Date: Mon, 30 Sep 2019 15:12:33 +0000 (+0900) Subject: [Glitch] Fix and remove ugly css around the conversation component X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=37246650d1d51c155e7cee1961a34000d2a26172;p=mastodon.git [Glitch] Fix and remove ugly css around the conversation component Port 12c4ec0c83fc5d43a29b3333ab07510c87844166 to glitch-soc Signed-off-by: Thibaut Girka --- diff --git a/app/javascript/flavours/glitch/styles/components/index.scss b/app/javascript/flavours/glitch/styles/components/index.scss index 848ef78df..d59c06e5e 100644 --- a/app/javascript/flavours/glitch/styles/components/index.scss +++ b/app/javascript/flavours/glitch/styles/components/index.scss @@ -1477,8 +1477,8 @@ overflow: hidden; text-overflow: ellipsis; margin-bottom: 4px; - flex-basis: 170px; - flex-shrink: 1000; + flex-basis: 90px; + flex-grow: 1; a { color: $primary-text-color;