From 4f1844eb67cd97011e2b6393330f81ea22377b8a Mon Sep 17 00:00:00 2001 From: DinnoDEV <109049468+Dinno-DEV@users.noreply.github.com> Date: Sat, 2 Nov 2024 17:18:10 +0700 Subject: [PATCH 1/4] changed pref --- .../preferences.json | 43 ++++--------------- 1 file changed, 9 insertions(+), 34 deletions(-) diff --git a/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/preferences.json b/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/preferences.json index 512de9e5..e40b1e42 100644 --- a/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/preferences.json +++ b/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/preferences.json @@ -1,34 +1,9 @@ -[ - { - "property": "property", - "label": "theme.zen-minimal-exit-menu.enable-macos-identic", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "label", - "label": "Makes theme more identical to MacOS version.", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "defaultValue", - "label": "false", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "disabledOn", - "label": [ - "macos" - ], - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "type", - "label": "checkbox", - "type": "checkbox", - "disabledOn": [] - } -] \ No newline at end of file +{ + { + "property": "theme.zen-minimal-exit-menu.enable-macos-identic", + "label": "Makes theme more identical to MacOS version.", + "defaultValue": "false", + "disabledOn": ["macos"], + "type": "checkbox" + } +} From d1c393b7ec8155df7e21e865fb9ed078ffa04a8c Mon Sep 17 00:00:00 2001 From: DinnoDEV <109049468+Dinno-DEV@users.noreply.github.com> Date: Sat, 2 Nov 2024 17:24:56 +0700 Subject: [PATCH 2/4] Update preferences.json --- themes/6cd4bca9-f17d-4461-b554-844d69a4887c/preferences.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/preferences.json b/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/preferences.json index e40b1e42..cf05574c 100644 --- a/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/preferences.json +++ b/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/preferences.json @@ -1,4 +1,4 @@ -{ +[ { "property": "theme.zen-minimal-exit-menu.enable-macos-identic", "label": "Makes theme more identical to MacOS version.", @@ -6,4 +6,4 @@ "disabledOn": ["macos"], "type": "checkbox" } -} +] From 53955552106dfeb448139635a7a91599a35bce33 Mon Sep 17 00:00:00 2001 From: DinnoDEV <109049468+Dinno-DEV@users.noreply.github.com> Date: Sun, 3 Nov 2024 06:30:52 +0700 Subject: [PATCH 3/4] Update theme.json --- themes/6cd4bca9-f17d-4461-b554-844d69a4887c/theme.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/theme.json b/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/theme.json index e4298c2e..dd2482ac 100644 --- a/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/theme.json +++ b/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/theme.json @@ -8,8 +8,8 @@ "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/image.png", "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/preferences.json", "author": "Dinno-DEV", - "version": "1.0.2", + "version": "1.0.3", "tags": [], "createdAt": "2024-09-19", "updatedAt": "2024-10-06" -} \ No newline at end of file +} From e7d1cc9a8e72ee0809eff72c2b5172080eef0b3a Mon Sep 17 00:00:00 2001 From: DinnoDEV <109049468+Dinno-DEV@users.noreply.github.com> Date: Thu, 28 Nov 2024 07:00:42 +0700 Subject: [PATCH 4/4] fix --- themes/6cd4bca9-f17d-4461-b554-844d69a4887c/chrome.css | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/chrome.css b/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/chrome.css index f37fe679..d422742f 100644 --- a/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/chrome.css +++ b/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/chrome.css @@ -6,6 +6,7 @@ padding: 0px !important; min-height: 13px !important; min-width: 13px !important; + height: 13px !important; align-self: center; margin-left: 5px !important; border-radius: 50px;