]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Fix and remove ugly css around the conversation component
authorCutls <web-pro@cutls.com>
Mon, 30 Sep 2019 15:12:33 +0000 (00:12 +0900)
committerThibaut Girka <thib@sitedethib.com>
Thu, 3 Oct 2019 11:18:08 +0000 (13:18 +0200)
Port 12c4ec0c83fc5d43a29b3333ab07510c87844166 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
app/javascript/flavours/glitch/styles/components/index.scss

index 848ef78df3f0a3a40c854cca83b9e1f5ea4b8c7e..d59c06e5e19cf9c9cbac5208d0aa38bda40beaf9 100644 (file)
       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;