]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Fix padding on account header
authortrwnh <a@trwnh.com>
Mon, 29 Jun 2020 11:57:44 +0000 (06:57 -0500)
committerThibaut Girka <thib@sitedethib.com>
Tue, 30 Jun 2020 21:10:44 +0000 (23:10 +0200)
Port d1c6dd2d277fee0cf65b480adc868c69df952622 to glitch-soc

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

index 610e48f920e232efba93c9924da23c31e2ceaf73..e0239ff79db925ca4105f40fe5d574d594d49530 100644 (file)
   &__tabs {
     display: flex;
     align-items: flex-start;
-    padding: 7px 5px;
+    padding: 7px 10px;
     margin-top: -55px;
 
     &__buttons {
     }
 
     &__name {
-      padding: 5px;
+      padding: 5px 10px;
 
       .account-role {
         vertical-align: top;