From 49c525b8fa9c5c10f67c3fea3fb67209673c0826 Mon Sep 17 00:00:00 2001 From: Rafael Mardojai CM Date: Mon, 9 Sep 2019 19:36:41 -0500 Subject: [PATCH] CSD: code improvements --- theme/parts/csd.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/parts/csd.css b/theme/parts/csd.css index 8abbb59..505feca 100644 --- a/theme/parts/csd.css +++ b/theme/parts/csd.css @@ -42,7 +42,7 @@ :root[tabsintitlebar] #titlebar-buttonbox-container, :root[tabsintitlebar][inFullscreen] #window-controls { -moz-appearance: none !important; - padding: 0 3px 0 4px; + padding: 6px 3px; position: absolute !important; right: 0; top: 0; @@ -59,7 +59,7 @@ border-color: transparent !important; border-radius: 5px !important; height: 34px; - margin: 6px 3px !important; + margin: 0 3px !important; padding: 0 2px !important; width: 34px; }