forked from treehouse/mastodon
RTL: fix settings button margins in column headers (#8764)
parent
0aa9c05744
commit
ef11347281
|
@ -46,8 +46,8 @@ body.rtl {
|
|||
.column-header__buttons {
|
||||
left: 0;
|
||||
right: auto;
|
||||
margin-left: -15px;
|
||||
margin-right: 0;
|
||||
margin-left: 0;
|
||||
margin-right: -15px;
|
||||
}
|
||||
|
||||
.column-inline-form .icon-button {
|
||||
|
|
Loading…
Reference in New Issue