mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-30 14:10:23 -08:00
Fix: Tabbar - No show at windows #368
This commit is contained in:
parent
0fd746b1ce
commit
1ff415f4f1
3 changed files with 10 additions and 2 deletions
|
|
@ -3656,6 +3656,11 @@
|
|||
#tab-notification-deck-template {
|
||||
flex-basis: 100%;
|
||||
}
|
||||
|
||||
/* -moz-default-appearance: -moz-window-titlebar */
|
||||
#titlebar {
|
||||
-moz-appearance: none !important;
|
||||
}
|
||||
}
|
||||
@supports -moz-bool-pref("userChrome.tab.on_bottom") {
|
||||
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/tabs_on_bottom.css made available under Mozilla Public License v. 2.0
|
||||
|
|
@ -3663,7 +3668,6 @@
|
|||
/*= Tabbar - Move to bottom ==================================================*/
|
||||
#titlebar {
|
||||
order: 2;
|
||||
-moz-appearance: none !important;
|
||||
--tabs-navbar-shadow-size: 0px;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -11,6 +11,11 @@
|
|||
#tab-notification-deck-template {
|
||||
flex-basis: 100%;
|
||||
}
|
||||
|
||||
/* -moz-default-appearance: -moz-window-titlebar */
|
||||
#titlebar {
|
||||
-moz-appearance: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
@include Option("userChrome.tab.on_bottom") {
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@ See the above repository for updates as well as full license text. */
|
|||
/*= Tabbar - Move to bottom ==================================================*/
|
||||
#titlebar{
|
||||
order: 2;
|
||||
-moz-appearance: none !important;
|
||||
--tabs-navbar-shadow-size: 0px;
|
||||
}
|
||||
#tab-notification-deck {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue