Skip to content

Commit 185cb2d

Browse files
Masoud AbkenarGargron
authored andcommitted
RTL: fix margins of public-account-header__tabs (#8897)
* RTL: fix margins of public-account-header__tabs * fix style * even more stylish code :)
1 parent 144d737 commit 185cb2d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

app/javascript/styles/mastodon/rtl.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,5 +302,10 @@ body.rtl {
302302
margin-right: 0;
303303
}
304304
}
305+
306+
.public-account-header__tabs {
307+
margin-left: 0;
308+
margin-right: 20px;
309+
}
305310
}
306311
}

0 commit comments

Comments
 (0)