mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-30 04:10:32 -08:00
Fix: Sounded Tab - RTL selector
This commit is contained in:
parent
9e81bade38
commit
aa4a261c1e
2 changed files with 2 additions and 2 deletions
|
|
@ -7205,7 +7205,7 @@
|
|||
--uc-sound-tab-no-icon-label-position-x: 3px;
|
||||
}
|
||||
.tabbrowser-tab .tab-label-container[labeldirection="rtl"],
|
||||
.tabbrowser-tab .tab-label-container :not([labeldirection]):-moz-locale-dir(rtl) {
|
||||
.tabbrowser-tab .tab-label-container:not([labeldirection]):-moz-locale-dir(rtl) {
|
||||
--uc-sound-tab-no-icon-position-x: 0.5px;
|
||||
--uc-sound-tab-no-icon-label-position-x: -3px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@
|
|||
--uc-sound-tab-no-icon-label-position-x: 3px;
|
||||
}
|
||||
&[labeldirection=rtl],
|
||||
:not([labeldirection]):-moz-locale-dir(rtl) {
|
||||
&:not([labeldirection]):-moz-locale-dir(rtl) {
|
||||
--uc-sound-tab-no-icon-position-x: 0.5px;
|
||||
--uc-sound-tab-no-icon-label-position-x: -3px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue