[Glitch] RTL: fix statubar action buttons/counter margins
Port b837c636ac
to glitch-soc
This commit is contained in:
parent
9617c07724
commit
9bec970736
1 changed files with 13 additions and 0 deletions
|
@ -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