From 2520dad6a0fce1649b73411341eba4f77236c05a Mon Sep 17 00:00:00 2001 From: wysh Date: Sat, 2 Nov 2024 14:50:19 +0530 Subject: [PATCH 1/2] border and alignment fix --- themes/5c4d7772-d963-4672-ab03-e9d541438881/chrome.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/themes/5c4d7772-d963-4672-ab03-e9d541438881/chrome.css b/themes/5c4d7772-d963-4672-ab03-e9d541438881/chrome.css index d085447e..e2165b93 100644 --- a/themes/5c4d7772-d963-4672-ab03-e9d541438881/chrome.css +++ b/themes/5c4d7772-d963-4672-ab03-e9d541438881/chrome.css @@ -2,8 +2,9 @@ .tab-icon-overlay { opacity: 1 !important; margin: initial !important; + border: none !important; margin-right: 32px !important; - transform: translate(120%, 30%) scale(1.6) !important; + transform: translate(120%, 50%) scale(1.6) !important; color: light-dark(black, white) !important; background-color: transparent !important; transition: 0.3s !important; @@ -28,6 +29,6 @@ @media not (-moz-bool-pref: "zen.view.sidebar-expanded") { .tab-icon-overlay { margin: auto 30px !important; - transform: translate(-35%, 32%) scale(1.6) !important; + transform: translate(-35%, 50%) scale(1.6) !important; } } From 50a3bd61c555b0189ad6c228a881033dd706f2e9 Mon Sep 17 00:00:00 2001 From: wysh Date: Sat, 2 Nov 2024 23:16:55 +0530 Subject: [PATCH 2/2] Update theme version to 1.0.2 and updated date --- themes/5c4d7772-d963-4672-ab03-e9d541438881/theme.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/5c4d7772-d963-4672-ab03-e9d541438881/theme.json b/themes/5c4d7772-d963-4672-ab03-e9d541438881/theme.json index a0f2a2a2..37cca9ec 100644 --- a/themes/5c4d7772-d963-4672-ab03-e9d541438881/theme.json +++ b/themes/5c4d7772-d963-4672-ab03-e9d541438881/theme.json @@ -7,8 +7,8 @@ "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5c4d7772-d963-4672-ab03-e9d541438881/readme.md", "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5c4d7772-d963-4672-ab03-e9d541438881/image.png", "author": "jvabn", - "version": "1.0.1", + "version": "1.0.2", "tags": [], "createdAt": "2024-10-12", - "updatedAt": "2024-10-20" -} \ No newline at end of file + "updatedAt": "2024-11-02" +}