mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-18 21:03:27 +00:00
RTL: fix statubar action buttons/counter margins (#8767)
* RTL: fix statubar action buttons/counter margins * remove trailing whitespaces
This commit is contained in:
parent
86f138ed16
commit
9f6662fcc9
|
@ -145,6 +145,19 @@ body.rtl {
|
|||
margin-right: 6px;
|
||||
}
|
||||
|
||||
.status__action-bar {
|
||||
|
||||
&__counter {
|
||||
margin-right: 0;
|
||||
margin-left: 11px;
|
||||
|
||||
.status__action-bar-button {
|
||||
margin-right: 0;
|
||||
margin-left: 4px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.status__action-bar-button {
|
||||
float: right;
|
||||
margin-right: 0;
|
||||
|
|
Loading…
Reference in a new issue