diff --git a/share/themes/Kali-Dark/gtk-3.0/gtk.css b/share/themes/Kali-Dark/gtk-3.0/gtk.css index c5a42345..95903f7d 100644 --- a/share/themes/Kali-Dark/gtk-3.0/gtk.css +++ b/share/themes/Kali-Dark/gtk-3.0/gtk.css @@ -4872,6 +4872,12 @@ headerbar { background-image: -gtk-scaled(url("assets/kali-headerbar-logo-dark.png"), url("assets/kali-headerbar-logo-dark@2.png")); background-repeat: no-repeat; background-position: left; } + .titlebar hdyviewswitcher > button box.narrow, + headerbar hdyviewswitcher > button box.narrow { + margin: -7px 0 -5px; } + .titlebar hdyviewswitcher > button box.wide, + headerbar hdyviewswitcher > button box.wide { + margin: -8px 0; } .titlebar.default-decoration, headerbar.default-decoration { min-height: 0; diff --git a/share/themes/Kali-Light/gtk-3.0/gtk-dark.css b/share/themes/Kali-Light/gtk-3.0/gtk-dark.css index c5a42345..95903f7d 100644 --- a/share/themes/Kali-Light/gtk-3.0/gtk-dark.css +++ b/share/themes/Kali-Light/gtk-3.0/gtk-dark.css @@ -4872,6 +4872,12 @@ headerbar { background-image: -gtk-scaled(url("assets/kali-headerbar-logo-dark.png"), url("assets/kali-headerbar-logo-dark@2.png")); background-repeat: no-repeat; background-position: left; } + .titlebar hdyviewswitcher > button box.narrow, + headerbar hdyviewswitcher > button box.narrow { + margin: -7px 0 -5px; } + .titlebar hdyviewswitcher > button box.wide, + headerbar hdyviewswitcher > button box.wide { + margin: -8px 0; } .titlebar.default-decoration, headerbar.default-decoration { min-height: 0; diff --git a/share/themes/Kali-Light/gtk-3.0/gtk.css b/share/themes/Kali-Light/gtk-3.0/gtk.css index b9d26d19..e4b85203 100644 --- a/share/themes/Kali-Light/gtk-3.0/gtk.css +++ b/share/themes/Kali-Light/gtk-3.0/gtk.css @@ -4894,6 +4894,12 @@ headerbar { background-image: -gtk-scaled(url("assets/kali-headerbar-logo.png"), url("assets/kali-headerbar-logo@2.png")); background-repeat: no-repeat; background-position: left; } + .titlebar hdyviewswitcher > button box.narrow, + headerbar hdyviewswitcher > button box.narrow { + margin: -7px 0 -5px; } + .titlebar hdyviewswitcher > button box.wide, + headerbar hdyviewswitcher > button box.wide { + margin: -8px 0; } .titlebar.default-decoration, headerbar.default-decoration { min-height: 0; diff --git a/src/themes/Kali/sass/gtk-sass/_common-tweaks.scss b/src/themes/Kali/sass/gtk-sass/_common-tweaks.scss index c691388d..d374a711 100644 --- a/src/themes/Kali/sass/gtk-sass/_common-tweaks.scss +++ b/src/themes/Kali/sass/gtk-sass/_common-tweaks.scss @@ -138,6 +138,11 @@ headerbar { &:active, &:checked { @extend %button_active; } } + hdyviewswitcher > button box { + &.narrow { margin: -7px 0 -5px; } + &.wide { margin: -8px 0; } + } + &.default-decoration { min-height: 0; padding: 3px;