mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-27 12:41:37 +01:00
[Glitch] RTL: fix margins of public-account-header__tabs
Port 185cb2dc3a
to glitch-soc
This commit is contained in:
parent
f1c3053d36
commit
b4ba1058b8
1 changed files with 5 additions and 0 deletions
|
@ -306,5 +306,10 @@ body.rtl {
|
|||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.public-account-header__tabs {
|
||||
margin-left: 0;
|
||||
margin-right: 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue