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:
bmFtZQ 2022-12-15 02:42:55 +08:00 committed by GitHub
commit 26d37286b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 */
#nav-bar,
#PersonalToolbar {