From e12ac3567210052e3221ae372762f9f3b1900769 Mon Sep 17 00:00:00 2001 From: nitro <143457057+n7itro@users.noreply.github.com> Date: Thu, 23 Jan 2025 20:53:42 +0100 Subject: [PATCH 1/2] bugfix smaller compact mode mod --- themes/5941aefd-67b0-453d-9b62-9071a31cbb0d/chrome.css | 6 +++--- themes/5941aefd-67b0-453d-9b62-9071a31cbb0d/theme.json | 6 ++++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/themes/5941aefd-67b0-453d-9b62-9071a31cbb0d/chrome.css b/themes/5941aefd-67b0-453d-9b62-9071a31cbb0d/chrome.css index a560ddc8..55eba97e 100644 --- a/themes/5941aefd-67b0-453d-9b62-9071a31cbb0d/chrome.css +++ b/themes/5941aefd-67b0-453d-9b62-9071a31cbb0d/chrome.css @@ -7,9 +7,9 @@ } /* Reduced height */ -@media (-moz-bool-pref: "zen.view.compact") and (-moz-bool-pref: "zen.view.compact.hide-tabbar") { - #navigator-toolbox { +@media (-moz-bool-pref: "zen.view.compact.hide-tabbar") { + :root[zen-compact-mode="true"] #navigator-toolbox { margin-top: 9.375vh !important; height: 75vh !important; } -} +} \ No newline at end of file diff --git a/themes/5941aefd-67b0-453d-9b62-9071a31cbb0d/theme.json b/themes/5941aefd-67b0-453d-9b62-9071a31cbb0d/theme.json index f8b4d147..8cd4fba7 100644 --- a/themes/5941aefd-67b0-453d-9b62-9071a31cbb0d/theme.json +++ b/themes/5941aefd-67b0-453d-9b62-9071a31cbb0d/theme.json @@ -7,8 +7,10 @@ "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5941aefd-67b0-453d-9b62-9071a31cbb0d/readme.md", "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5941aefd-67b0-453d-9b62-9071a31cbb0d/image.png", "author": "n7itro", - "version": "1.0.2", - "tags": [], + "version": "1.0.3", + "tags": [ + "tabs" + ], "createdAt": "2024-08-31", "updatedAt": "2024-10-01" } \ No newline at end of file From 7f0a1f9c7eeb9fe0d90650fed84abfdba380e0aa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 23 Jan 2025 19:53:58 +0000 Subject: [PATCH 2/2] Update `updated at` field for `5941aefd-67b0-453d-9b62-9071a31cbb0d ` --- themes/5941aefd-67b0-453d-9b62-9071a31cbb0d/theme.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/5941aefd-67b0-453d-9b62-9071a31cbb0d/theme.json b/themes/5941aefd-67b0-453d-9b62-9071a31cbb0d/theme.json index 8cd4fba7..7e92ad7b 100644 --- a/themes/5941aefd-67b0-453d-9b62-9071a31cbb0d/theme.json +++ b/themes/5941aefd-67b0-453d-9b62-9071a31cbb0d/theme.json @@ -12,5 +12,5 @@ "tabs" ], "createdAt": "2024-08-31", - "updatedAt": "2024-10-01" + "updatedAt": "2025-01-23" } \ No newline at end of file