]> cat aescling's git repositories - mastodon.git/commitdiff
Fix styling of display names in public pages
authorThibaut Girka <thib@sitedethib.com>
Wed, 31 Oct 2018 10:01:50 +0000 (11:01 +0100)
committerThibG <thib@sitedethib.com>
Wed, 31 Oct 2018 10:37:47 +0000 (11:37 +0100)
app/javascript/flavours/glitch/styles/stream_entries.scss

index 80e2d0ca0e2dedcbde1f1d9cc1a838d7156c70ad..7b6060628997f464717a3f3fd1fca55bab55051a 100644 (file)
 .embed,
 .public-layout {
   .status {
-    .status__info .status__display-name {
-      display: block;
-      max-width: 100%;
-      padding-right: 25px;
-    }
-
     .status__info {
       font-size: 15px;
       display: initial;
       max-width: 100%;
       padding-right: 25px;
       margin: initial;
+
+      .display-name strong {
+        display: inline;
+      }
     }
 
     .status__avatar {
This page took 0.028388 seconds and 3 git commands to generate.