From 6d0966101e235b675c60f5e654e708fd6326aacc Mon Sep 17 00:00:00 2001 From: Korbs Date: Thu, 29 Aug 2024 21:53:42 -0400 Subject: [PATCH] Change restore button position, fixes #1 --- zen.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zen.css b/zen.css index 25b5008..141f28c 100644 --- a/zen.css +++ b/zen.css @@ -1,5 +1,5 @@ /* Move Maximize Button to Right-Side */ -.titlebar-button.titlebar-max { +.titlebar-button.titlebar-max, .titlebar-button.titlebar-restore { position: fixed; right: 11px; top: 12px;