[Glitch] Fix padding on account header

Port 41acf83cdf to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
lolsob-rspec
trwnh 2020-06-29 06:57:44 -05:00 committed by Thibaut Girka
parent a11fac77f3
commit 9dcd3388f6
1 changed files with 2 additions and 2 deletions

View File

@ -605,7 +605,7 @@
&__tabs {
display: flex;
align-items: flex-start;
padding: 7px 5px;
padding: 7px 10px;
margin-top: -55px;
&__buttons {
@ -627,7 +627,7 @@
}
&__name {
padding: 5px;
padding: 5px 10px;
.account-role {
vertical-align: top;