Skip to content

Commit

Permalink
Merge pull request zen-browser#644 from n7itro/main
Browse files Browse the repository at this point in the history
[fix] bookmark toolbar tweaks
  • Loading branch information
mauro-balades authored Oct 28, 2024
2 parents 0a17258 + 4b95a76 commit 0efd1b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/chrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"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"
"updatedAt": "2024-10-26"
}

0 comments on commit 0efd1b2

Please sign in to comment.