2
2
mirror of https://github.com/mastodon/mastodon synced 2025-04-12 00:56:38 +02:00

RTL: fix settings button margins in column headers ()

This commit is contained in:
Masoud Abkenar 2018-09-23 20:40:37 +02:00 committed by Eugen Rochko
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 {