mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
RTL: fix settings button margins in column headers (#8764)
This commit is contained in:
parent
0aa9c05744
commit
ef11347281
@ -46,8 +46,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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user