]> cat aescling's git repositories - mastodon.git/commitdiff
Fix padding and centering of display names
authorThibaut Girka <thib@sitedethib.com>
Thu, 28 Mar 2019 13:51:40 +0000 (14:51 +0100)
committerThibG <thib@sitedethib.com>
Thu, 28 Mar 2019 18:56:03 +0000 (19:56 +0100)
app/javascript/flavours/glitch/styles/components/index.scss
app/javascript/flavours/glitch/styles/components/status.scss

index b9811f25c1f833ac61fe6c37d8f0e344fca3a898..f996bbfc5f47f08b32752987549cd10d25a96f2e 100644 (file)
 
 .display-name {
   display: block;
-  padding: 6px 0;
   max-width: 100%;
-  height: 36px;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
index 9d2757065ed775ebfa219e312b3625ecb2e6918c..b73dd3d0980f4c4dddd8f90f40cb2cc806422f1d 100644 (file)
 
 .status__info__account {
   display: flex;
+  align-items: center;
 }
 
 .status-check-box {