]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Fix overflow on conversations
authorCutls <web-pro@cutls.com>
Fri, 27 Sep 2019 00:14:49 +0000 (09:14 +0900)
committerThibaut Girka <thib@sitedethib.com>
Mon, 30 Sep 2019 15:01:16 +0000 (17:01 +0200)
Port f31530b74d0f2ab77845db26babc25f5de337bd4 to glitch-soc

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

index 8ebcde5efd0de497790e0220c29358c02990689f..071e066069e393f624952b32449c0dcaca8a564a 100644 (file)
     flex: 1 1 auto;
     padding: 10px 5px;
     padding-right: 15px;
+    word-break: break-all;
+    overflow: hidden;
 
     &__info {
       overflow: hidden;
+      display: flex;
+      flex-direction: row-reverse;
+      justify-content: space-between;
     }
 
     &__relative-time {
-      float: right;
       font-size: 15px;
       color: $darker-text-color;
       padding-left: 15px;
       overflow: hidden;
       text-overflow: ellipsis;
       margin-bottom: 4px;
+      flex-basis: 170px;
+      flex-shrink: 1000;
 
       a {
         color: $primary-text-color;