Fix nav-bar padding with tabsAsHeaderbar (#500)

This commit is contained in:
Commenter 2022-11-27 09:00:48 -06:00 committed by GitHub
parent 1b658e15bb
commit e6cb0f7bd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -535,6 +535,9 @@ tab {
/* Remove nav-bar rounding and padding */
:root[tabsintitlebar][sizemode="normal"]:not([gtktiledwindow="true"]) #nav-bar {
border-radius: 0 !important;
}
:root[tabsintitlebar]:not([inFullscreen]) #nav-bar,
:root[tabsintitlebar][inFullscreen] #nav-bar {
padding-left: 3px !important;
padding-right: 3px !important;
}