From 5a16afaa25c4d705d8010c9f8106f52f283ca013 Mon Sep 17 00:00:00 2001 From: Ahmad Aziz Date: Wed, 25 Jun 2025 16:05:18 +0000 Subject: [PATCH 1/2] fiix history side panel not closing --- .../253a3a74-0cc4-47b7-8b82-996a64f030d5/chrome.css | 12 ++++++------ .../preferences.json | 1 - 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/chrome.css b/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/chrome.css index 08471537..ec58d1a4 100644 --- a/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/chrome.css +++ b/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/chrome.css @@ -14,11 +14,11 @@ height: 80% !important; width: 22em !important; - body:has(#theme-Floating-History[theme-floating_history-position="right"]) { + body:has(#theme-floating_history[theme-floating_history-position="right"]) { right: 15px; } - body:has(#theme-Floating-History[theme-floating_history-position="left"]) { + body:has(#theme-floating_history[theme-floating_history-position="left"]) { left: 15px; } @@ -43,11 +43,11 @@ &[hidden="true"] { display: flex !important; - body:has(#theme-Floating-History[theme-floating_history-position="right"]) { + body:has(#theme-floating_history[theme-floating_history-position="right"]) { transform: translateX(110%) translateY(12%) !important; } - body:has(#theme-Floating-History[theme-floating_history-position="left"]) { + body:has(#theme-floating_history[theme-floating_history-position="left"]) { transform: translateX(-110%) translateY(12%) !important; } } @@ -55,11 +55,11 @@ @starting-style { display: flex !important; - body:has(#theme-Floating-History[theme-floating_history-position="right"]) { + body:has(#theme-floating_history[theme-floating_history-position="right"]) { transform: translateX(110%) translateY(12%) !important; } - body:has(#theme-Floating-History[theme-floating_history-position="left"]) { + body:has(#theme-floating_history[theme-floating_history-position="left"]) { transform: translateX(-110%) translateY(12%) !important; } } diff --git a/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/preferences.json b/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/preferences.json index 0853bcca..ae814395 100644 --- a/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/preferences.json +++ b/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/preferences.json @@ -3,7 +3,6 @@ "property": "theme.floating_history.position", "label": "Position", "type": "dropdown", - "disabledOn": [], "defaultValue": "right", "options": [ { From 4a842cdfadd90febba24a48d892c52c02f572c92 Mon Sep 17 00:00:00 2001 From: Ahmad Aziz Date: Wed, 25 Jun 2025 16:37:45 +0000 Subject: [PATCH 2/2] updated prefernces and theme.json --- .../253a3a74-0cc4-47b7-8b82-996a64f030d5/chrome.css | 12 ++++++------ .../preferences.json | 2 +- .../253a3a74-0cc4-47b7-8b82-996a64f030d5/theme.json | 9 ++++++--- 3 files changed, 13 insertions(+), 10 deletions(-) diff --git a/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/chrome.css b/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/chrome.css index ec58d1a4..c1f10a09 100644 --- a/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/chrome.css +++ b/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/chrome.css @@ -14,11 +14,11 @@ height: 80% !important; width: 22em !important; - body:has(#theme-floating_history[theme-floating_history-position="right"]) { + body:has(#mod-floating_history[mod-floating_history-position="right"]) { right: 15px; } - body:has(#theme-floating_history[theme-floating_history-position="left"]) { + body:has(#mod-floating_history[mod-floating_history-position="left"]) { left: 15px; } @@ -43,11 +43,11 @@ &[hidden="true"] { display: flex !important; - body:has(#theme-floating_history[theme-floating_history-position="right"]) { + body:has(#mod-floating_history[mod-floating_history-position="right"]) { transform: translateX(110%) translateY(12%) !important; } - body:has(#theme-floating_history[theme-floating_history-position="left"]) { + body:has(#mod-floating_history[mod-floating_history-position="left"]) { transform: translateX(-110%) translateY(12%) !important; } } @@ -55,11 +55,11 @@ @starting-style { display: flex !important; - body:has(#theme-floating_history[theme-floating_history-position="right"]) { + body:has(#mod-floating_history[mod-floating_history-position="right"]) { transform: translateX(110%) translateY(12%) !important; } - body:has(#theme-floating_history[theme-floating_history-position="left"]) { + body:has(#mod-floating_history[mod-floating_history-position="left"]) { transform: translateX(-110%) translateY(12%) !important; } } diff --git a/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/preferences.json b/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/preferences.json index ae814395..5e123c19 100644 --- a/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/preferences.json +++ b/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/preferences.json @@ -1,6 +1,6 @@ [ { - "property": "theme.floating_history.position", + "property": "mod.floating_history.position", "label": "Position", "type": "dropdown", "defaultValue": "right", diff --git a/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/theme.json b/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/theme.json index 2750be87..d4dc1393 100644 --- a/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/theme.json +++ b/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/theme.json @@ -6,9 +6,12 @@ "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/chrome.css", "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/readme.md", "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/image.png", + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/preferences.json", "author": "ahmaadaziz", "createdAt": "2024-10-12", - "updatedAt": "2025-05-21", - "version": "2.0.0", - "tags": [] + "updatedAt": "2025-06-25", + "version": "3.0.0", + "tags": [ + "history" + ] } \ No newline at end of file