Fix tabsbar position on full screen, closes #105

This commit is contained in:
Rafael Mardojai CM 2020-01-31 21:21:14 -05:00
parent a08b1db815
commit 029cb56b2a
1 changed files with 7 additions and 7 deletions

View File

@ -6,11 +6,15 @@
--space-above-tabbar: 0 !important;
}
#TabsToolbar:not([inFullscreen]) #tabbrowser-tabs {
margin-bottom: -1px !important;
}
/* Tabs bar height */
#tabbrowser-tabs,
#tabbrowser-tabs arrowscrollbox {
height: initial !important;
min-height: initial !important;
height: auto !important;
min-height: auto !important;
}
tab > stack {
height: 38px !important;
@ -24,10 +28,6 @@ tab > stack {
margin-right: 8px !important;
}
#TabsToolbar .toolbar-items {
margin-bottom: -1px !important;
}
/* Remove hover effects on tab bar buttons */
#TabsToolbar {
--toolbarbutton-active-background: transparent !important;
@ -202,7 +202,7 @@ tab[selected]:-moz-window-inactive {
background-image: none !important;
border: 0 !important;
border-image: none !important;
border-bottom: 3px solid var(--gnome-tabbar-tab-active-border-bottom-color) !important;
border-bottom: 3px solid var(--gnome-tabbar-tab-active-border-bottom-color) !important;
}
.tab-background[selected=true]:-moz-window-inactive {
background-color: var(--gnome-inactive-tabbar-tab-active-background) !important;