From fbd0e8a59a52f429a84e41025406f4da0a9b8c75 Mon Sep 17 00:00:00 2001 From: Korbs Date: Sun, 25 Aug 2024 16:42:06 -0400 Subject: [PATCH] Add zen.css --- zen.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 zen.css diff --git a/zen.css b/zen.css new file mode 100644 index 0000000..25b5008 --- /dev/null +++ b/zen.css @@ -0,0 +1,19 @@ +/* Move Maximize Button to Right-Side */ +.titlebar-button.titlebar-max { + position: fixed; + right: 11px; + top: 12px; +} +#PanelUI-button { + margin-right: 36px; +} + +/* Move Close Button a little to the right too */ +.titlebar-button.titlebar-close { + margin-left: 10px; +} + +/* Fix Corners */ +#zen-main-app-wrapper { + border-radius: 6px 6px 0px 0px; +} \ No newline at end of file