about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/index.scss
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2020-08-13 10:05:37 +0200
committerThibG <thib@sitedethib.com>2020-08-13 23:32:29 +0200
commite5dbdebc31e9f374606ce8a495e99e621fc8da5a (patch)
treebdb578d59d4100208fc01f268ac5c72ca43cd31c /app/javascript/flavours/glitch/styles/components/index.scss
parent6fece522f9dca9d13ae2d4437b395a92ddb106c9 (diff)
Fix styling of display names and account handles, make it closer to upstream
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/index.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/index.scss16
1 files changed, 0 insertions, 16 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/index.scss b/app/javascript/flavours/glitch/styles/components/index.scss
index 843f40ec0..2231874bc 100644
--- a/app/javascript/flavours/glitch/styles/components/index.scss
+++ b/app/javascript/flavours/glitch/styles/components/index.scss
@@ -360,23 +360,7 @@
   }
 
   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 {