mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
Fix: Sound Tab - None exist favicon option's typo
This commit is contained in:
parent
d47ed75fa3
commit
0ff4ebfbdd
2 changed files with 2 additions and 2 deletions
|
|
@ -43,7 +43,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
/* None exist favicon - Size bigger */
|
/* None exist favicon - Size bigger */
|
||||||
@icnlude NotOption("userChrome.tab.always_show_tab_icon") {
|
@include NotOption("userChrome.tab.always_show_tab_icon") {
|
||||||
.tabbrowser-tab:not([image]) .tab-icon-overlay:not([pinned], [sharing], [crashed]) {
|
.tabbrowser-tab:not([image]) .tab-icon-overlay:not([pinned], [sharing], [crashed]) {
|
||||||
transform: translateX(-0.5px) translateY(-1px);
|
transform: translateX(-0.5px) translateY(-1px);
|
||||||
inset-inline-end: 0 !important;
|
inset-inline-end: 0 !important;
|
||||||
|
|
|
||||||
|
|
@ -4574,7 +4574,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* None exist favicon - Size bigger */
|
/* None exist favicon - Size bigger */
|
||||||
@icnlude NotOption("userChrome.tab.always_show_tab_icon") {
|
@supports not -moz-bool-pref("userChrome.tab.always_show_tab_icon") {
|
||||||
.tabbrowser-tab:not([image]) .tab-icon-overlay:not([pinned], [sharing], [crashed]) {
|
.tabbrowser-tab:not([image]) .tab-icon-overlay:not([pinned], [sharing], [crashed]) {
|
||||||
transform: translateX(-0.5px) translateY(-1px);
|
transform: translateX(-0.5px) translateY(-1px);
|
||||||
inset-inline-end: 0 !important;
|
inset-inline-end: 0 !important;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue