Add files via upload
This commit is contained in:
parent
fd3ace34be
commit
b6dda7be05
1 changed files with 11 additions and 4 deletions
|
@ -10,10 +10,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
:root[tabsintitlebar]:not([inFullscreen])[sizemode="normal"] #TabsToolbar > .toolbar-items {
|
||||
padding-top: var(--space-above-tabbar) !important;
|
||||
}
|
||||
|
||||
:-moz-any(.titlebar-placeholder, .titlebar-spacer)[type=pre-tabs] {
|
||||
width: 0 !important;
|
||||
}
|
||||
|
@ -175,6 +171,7 @@
|
|||
opacity: var(--tab-opacity) !important;
|
||||
visibility: visible !important;
|
||||
margin: 0 !important;
|
||||
outline: 0 !important;
|
||||
}
|
||||
|
||||
.tab-line {
|
||||
|
@ -506,4 +503,14 @@ spacer[part="overflow-end-indicator"] {
|
|||
opacity: 1 !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
:root[tabsintitlebar]:not([inFullscreen])[sizemode="normal"] #TabsToolbar > .toolbar-items {
|
||||
padding-top: var(--space-above-tabbar) !important;
|
||||
}
|
||||
|
||||
@supports -moz-bool-pref("layout.css.osx-font-smoothing.enabled") {
|
||||
:root[tabsintitlebar]:not([inFullscreen]) #TabsToolbar > .toolbar-items {
|
||||
padding-top: var(--space-above-tabbar) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue