CSD: Update window buttons offset

This commit is contained in:
Rafael Mardojai CM 2022-12-17 22:32:43 -05:00
parent 5212b0fd8b
commit 5a121b8064
No known key found for this signature in database
GPG Key ID: 2B2DAB2A58566C84
1 changed files with 3 additions and 3 deletions

View File

@ -22,13 +22,13 @@
(-moz-gtk-csd-minimize-button) and (-moz-gtk-csd-close-button), (-moz-gtk-csd-minimize-button) and (-moz-gtk-csd-close-button),
(-moz-gtk-csd-maximize-button) and (-moz-gtk-csd-close-button) { (-moz-gtk-csd-maximize-button) and (-moz-gtk-csd-close-button) {
:root { :root {
--gnome-navbar-csd-offset: 90px; --gnome-navbar-csd-offset: 80px;
} }
} }
/* Window buttons: 3 buttons */ /* Window buttons: 3 buttons */
@media (-moz-gtk-csd-minimize-button) and (-moz-gtk-csd-maximize-button) and (-moz-gtk-csd-close-button) { @media (-moz-gtk-csd-minimize-button) and (-moz-gtk-csd-maximize-button) and (-moz-gtk-csd-close-button) {
:root { :root {
--gnome-navbar-csd-offset: 130px; --gnome-navbar-csd-offset: 117px;
} }
} }
@ -128,7 +128,7 @@
:root[tabsintitlebar] #titlebar .titlebar-button { :root[tabsintitlebar] #titlebar .titlebar-button {
border-radius: 100% !important; border-radius: 100% !important;
height: 24px !important; height: 24px !important;
margin: 6px 6px !important; margin: 6px 6.5px !important;
width: 24px !important; width: 24px !important;
} }