From 72543973934194a9cf87cb8890bb21c1d4bc6e9b Mon Sep 17 00:00:00 2001 From: nitro <143457057+n7itro@users.noreply.github.com> Date: Sun, 27 Oct 2024 00:35:36 +0200 Subject: [PATCH 1/2] fix margin --- themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/chrome.css | 2 +- themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/theme.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/chrome.css b/themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/chrome.css index faf056d0..efa4c09d 100644 --- a/themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/chrome.css +++ b/themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/chrome.css @@ -42,7 +42,7 @@ @media (-moz-bool-pref: "uc.bookmarks.expand-on-search") or (-moz-bool-pref: "uc.bookmarks.expand-on-hover") { #PersonalToolbar[collapsed="false"]:not([customizing]) { position: relative; - margin-bottom: calc(-5px - var(--urlbar-min-height)); + margin-bottom: calc(0px - var(--urlbar-min-height)); transform: rotateX(90deg) !important; transform-origin: top; transition: transform 135ms linear !important; diff --git a/themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/theme.json b/themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/theme.json index 8369ecc3..5f0bb2c6 100644 --- a/themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/theme.json +++ b/themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/theme.json @@ -8,7 +8,7 @@ "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/image.png", "author": "n7itro", "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/preferences.json", - "version": "1.0.3", + "version": "1.2.0", "tags": [], "createdAt": "2024-08-19", "updatedAt": "2024-10-18" From 4b95a768a8bed6c9ae76a702bcc21a3eebd5d4e4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 26 Oct 2024 22:35:55 +0000 Subject: [PATCH 2/2] Update `updated at` field for `ea1a5ace-f698-4b45-ab88-6e8bd3a563f0 ` --- themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/theme.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/theme.json b/themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/theme.json index 5f0bb2c6..fdf2ef21 100644 --- a/themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/theme.json +++ b/themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/theme.json @@ -11,5 +11,5 @@ "version": "1.2.0", "tags": [], "createdAt": "2024-08-19", - "updatedAt": "2024-10-18" + "updatedAt": "2024-10-26" } \ No newline at end of file