Merge pull request #644 from n7itro/main

[fix] bookmark toolbar tweaks
This commit is contained in:
mr. m 🤙 2024-10-28 10:02:08 +00:00 committed by GitHub
commit 0efd1b2aff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -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;

View file

@ -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"
}