mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-14 08:19:05 +00:00
[Glitch] RTL: fix settings button margins in column headers
Port ef11347281 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
@@ -50,8 +50,8 @@ body.rtl {
|
|||||||
.column-header__buttons {
|
.column-header__buttons {
|
||||||
left: 0;
|
left: 0;
|
||||||
right: auto;
|
right: auto;
|
||||||
margin-left: -15px;
|
margin-left: 0;
|
||||||
margin-right: 0;
|
margin-right: -15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.column-inline-form .icon-button {
|
.column-inline-form .icon-button {
|
||||||
|
|||||||
Reference in New Issue
Block a user