[Glitch] RTL: fix margins of public-account-header__tabs
Port 185cb2dc3a
to glitch-soc
This commit is contained in:
parent
f1c3053d36
commit
b4ba1058b8
|
@ -306,5 +306,10 @@ body.rtl {
|
|||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.public-account-header__tabs {
|
||||
margin-left: 0;
|
||||
margin-right: 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue