From 5a121b8064eaa67315570095144d62fa38c048e8 Mon Sep 17 00:00:00 2001 From: Rafael Mardojai CM Date: Sat, 17 Dec 2022 22:32:43 -0500 Subject: [PATCH] CSD: Update window buttons offset --- theme/parts/csd.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/theme/parts/csd.css b/theme/parts/csd.css index 3f31c9f..d802bea 100644 --- a/theme/parts/csd.css +++ b/theme/parts/csd.css @@ -22,13 +22,13 @@ (-moz-gtk-csd-minimize-button) and (-moz-gtk-csd-close-button), (-moz-gtk-csd-maximize-button) and (-moz-gtk-csd-close-button) { :root { - --gnome-navbar-csd-offset: 90px; + --gnome-navbar-csd-offset: 80px; } } /* Window buttons: 3 buttons */ @media (-moz-gtk-csd-minimize-button) and (-moz-gtk-csd-maximize-button) and (-moz-gtk-csd-close-button) { :root { - --gnome-navbar-csd-offset: 130px; + --gnome-navbar-csd-offset: 117px; } } @@ -128,7 +128,7 @@ :root[tabsintitlebar] #titlebar .titlebar-button { border-radius: 100% !important; height: 24px !important; - margin: 6px 6px !important; + margin: 6px 6.5px !important; width: 24px !important; }