Fix: Sound Tab - None exist favicon option's typo

This commit is contained in:
alstjr7375 2022-03-29 11:24:17 +09:00
parent d47ed75fa3
commit 0ff4ebfbdd
2 changed files with 2 additions and 2 deletions

View file

@ -43,7 +43,7 @@
}
/* 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]) {
transform: translateX(-0.5px) translateY(-1px);
inset-inline-end: 0 !important;

View file

@ -4574,7 +4574,7 @@
}
}
/* 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]) {
transform: translateX(-0.5px) translateY(-1px);
inset-inline-end: 0 !important;