Allow tabs to be clicked from the top of a window
this allows a user to click tabs and buttons at the very top of a maximised window when using the floating tabs tweak.
This commit is contained in:
commit
26d37286b9
1 changed files with 14 additions and 0 deletions
|
@ -54,6 +54,20 @@ bugs with certain themes eg. dark text on dark background.) */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tabbrowser-tab,
|
||||||
|
#tabbrowser-arrowscrollbox-periphery #tabs-newtab-button,
|
||||||
|
#TabsToolbar #TabsToolbar-customization-target> :not(#tabbrowser-tabs) {
|
||||||
|
padding-top: 4px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#tabbrowser-tabs {
|
||||||
|
margin-top: calc(var(--tab-block-margin) - 4px) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#TabsToolbar #TabsToolbar-customization-target> :not(#tabbrowser-tabs) {
|
||||||
|
margin-top: calc(var(--tab-block-margin) - 2px) !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* remove toolbar bg */
|
/* remove toolbar bg */
|
||||||
#nav-bar,
|
#nav-bar,
|
||||||
#PersonalToolbar {
|
#PersonalToolbar {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue