]> cat aescling's git repositories - mastodon.git/commitdiff
Fix styling of display names and account handles, make it closer to upstream
authorThibaut Girka <thib@sitedethib.com>
Thu, 13 Aug 2020 08:05:37 +0000 (10:05 +0200)
committerThibG <thib@sitedethib.com>
Thu, 13 Aug 2020 21:32:29 +0000 (23:32 +0200)
app/javascript/flavours/glitch/styles/components/index.scss
app/javascript/flavours/glitch/styles/statuses.scss

index 843f40ec01c31ee6f7147acc06e3bdafa0d85045..2231874bcff2d5777824fd6b5dd9c8cd6c206d60 100644 (file)
   }
 
   strong {
-    height: 18px;
-    font-size: 16px;
-    font-weight: 500;
-    line-height: 18px;
-    text-overflow: ellipsis;
-    overflow: hidden;
-    white-space: nowrap;
-  }
-
-  span {
     display: block;
-    height: 18px;
-    font-size: 15px;
-    line-height: 18px;
-    text-overflow: ellipsis;
-    overflow: hidden;
-    white-space: nowrap;
   }
 
   > a:hover {
index a71bb25526944e0f5de810af46e9823e2c4bac10..982a1ab9ae175d240c3d9e201b2f8c29a27a3c33 100644 (file)
       padding: 6px 0;
       padding-right: 25px;
       margin: initial;
-
-      .display-name strong {
-        display: inline;
-      }
     }
 
     .status__avatar {