From 285a8de152b1f945dd9798e353f7b00f96392811 Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Sun, 14 Jul 2024 17:07:28 +0200 Subject: [PATCH] Refactor CSS selectors for open elements in navbar and toolbox --- src/browser/themes/shared/tabbrowser/tabs-css.patch | 4 ++-- surfer.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/browser/themes/shared/tabbrowser/tabs-css.patch b/src/browser/themes/shared/tabbrowser/tabs-css.patch index 86698330c..238bdb5a7 100644 --- a/src/browser/themes/shared/tabbrowser/tabs-css.patch +++ b/src/browser/themes/shared/tabbrowser/tabs-css.patch @@ -1,5 +1,5 @@ diff --git a/browser/themes/shared/tabbrowser/tabs.css b/browser/themes/shared/tabbrowser/tabs.css -index 9a915ff442cc7f01ddec3fcea931c21e210cac92..3671d924f05c74e21be60a9acf58e14f69630d53 100644 +index 9a915ff442cc7f01ddec3fcea931c21e210cac92..19126b25ac7a63fe193628dd11a93507bd4bc63a 100644 --- a/browser/themes/shared/tabbrowser/tabs.css +++ b/browser/themes/shared/tabbrowser/tabs.css @@ -39,7 +39,7 @@ @@ -43,7 +43,7 @@ index 9a915ff442cc7f01ddec3fcea931c21e210cac92..3671d924f05c74e21be60a9acf58e14f #tabbrowser-tabs[haspinnedtabs]:not([positionpinnedtabs]) > #tabbrowser-arrowscrollbox > .tabbrowser-tab:nth-child(1 of :not([pinned], [hidden])) { /* Add a gap between the last pinned tab and the first visible tab */ - margin-inline-start: 12px !important; /* .tabbrowser-tab sets margin: 0 !important; */ -+ margin-inline-start: 0 !important; /* .tabbrowser-tab sets margin: 0 !important; */ ++ margin-inline-start: auto !important; /* .tabbrowser-tab sets margin: 0 !important; */ } .tab-label[attention]:not([selected]) { diff --git a/surfer.json b/surfer.json index 06ee522ec..d25464e0b 100644 --- a/surfer.json +++ b/surfer.json @@ -27,7 +27,7 @@ "brandShortName": "Zen Browser", "brandFullName": "Zen Browser", "release": { - "displayVersion": "1.0.0-a.4", + "displayVersion": "1.0.0-a.3", "github": { "repo": "zen-browser/desktop" },