From ef21a852d1856ffa35a6a54e8ab0ce6cd0d81a7f Mon Sep 17 00:00:00 2001 From: dragonwocky Date: Thu, 9 Sep 2021 22:22:53 +1000 Subject: [PATCH] add padding to window buttons --- patches/enhancer/titlebar-buttons-position.patch | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/patches/enhancer/titlebar-buttons-position.patch b/patches/enhancer/titlebar-buttons-position.patch index ef81b6a..79b7209 100644 --- a/patches/enhancer/titlebar-buttons-position.patch +++ b/patches/enhancer/titlebar-buttons-position.patch @@ -1,6 +1,6 @@ --- mods/core/css/titlebar.css 2021-09-07 20:34:47.094524100 +1000 +++ mods/core/css/titlebar.css 2021-09-07 20:35:04.895701600 +1000 -@@ -46,3 +46,8 @@ +@@ -46,3 +46,11 @@ justify-content: flex-end; } } @@ -9,6 +9,9 @@ + top: 17px !important; + right: 109px !important; +} ++body[data-has-window-buttons] .btn-close { ++ margin-right: 0.8rem; ++} --- mods/core/client.js 2021-08-29 01:19:23.871537300 +1000 +++ mods/core/client.js 2021-09-07 20:50:27.283396400 +1000 @@ -125,6 +125,7 @@