diff options
author | Cutls <web-pro@cutls.com> | 2019-10-01 00:12:33 +0900 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2019-10-03 13:18:08 +0200 |
commit | 37246650d1d51c155e7cee1961a34000d2a26172 (patch) | |
tree | c3d8cca9b26d23ddcd2fc7115cc48276b0cc7b2e /app/javascript/flavours | |
parent | a84aedb7a7f050cbf5293351723f55a904992b3a (diff) |
[Glitch] Fix and remove ugly css around the conversation component
Port 12c4ec0c83fc5d43a29b3333ab07510c87844166 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Diffstat (limited to 'app/javascript/flavours')
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/index.scss | 4 |
1 files changed, 2 insertions, 2 deletions
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; |