Skip to content

Commit 285a8de

Browse files
committed
Refactor CSS selectors for open elements in navbar and toolbox
1 parent 11da1bf commit 285a8de

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/browser/themes/shared/tabbrowser/tabs-css.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/browser/themes/shared/tabbrowser/tabs.css b/browser/themes/shared/tabbrowser/tabs.css
2-
index 9a915ff442cc7f01ddec3fcea931c21e210cac92..3671d924f05c74e21be60a9acf58e14f69630d53 100644
2+
index 9a915ff442cc7f01ddec3fcea931c21e210cac92..19126b25ac7a63fe193628dd11a93507bd4bc63a 100644
33
--- a/browser/themes/shared/tabbrowser/tabs.css
44
+++ b/browser/themes/shared/tabbrowser/tabs.css
55
@@ -39,7 +39,7 @@
@@ -43,7 +43,7 @@ index 9a915ff442cc7f01ddec3fcea931c21e210cac92..3671d924f05c74e21be60a9acf58e14f
4343
#tabbrowser-tabs[haspinnedtabs]:not([positionpinnedtabs]) > #tabbrowser-arrowscrollbox > .tabbrowser-tab:nth-child(1 of :not([pinned], [hidden])) {
4444
/* Add a gap between the last pinned tab and the first visible tab */
4545
- margin-inline-start: 12px !important; /* .tabbrowser-tab sets margin: 0 !important; */
46-
+ margin-inline-start: 0 !important; /* .tabbrowser-tab sets margin: 0 !important; */
46+
+ margin-inline-start: auto !important; /* .tabbrowser-tab sets margin: 0 !important; */
4747
}
4848

4949
.tab-label[attention]:not([selected]) {

surfer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"brandShortName": "Zen Browser",
2828
"brandFullName": "Zen Browser",
2929
"release": {
30-
"displayVersion": "1.0.0-a.4",
30+
"displayVersion": "1.0.0-a.3",
3131
"github": {
3232
"repo": "zen-browser/desktop"
3333
},

0 commit comments

Comments
 (0)