Merge pull request #1570 from leaferiksen/main

This commit is contained in:
mr. m 2025-06-06 18:04:56 +02:00 committed by GitHub
commit 008925649f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 20 additions and 6 deletions

View file

@ -1,15 +1,18 @@
/* tab size */
.zen-essentials-container {
grid-template-columns: repeat(auto-fit, minmax(80px, auto)) !important;
}
/* icon padding */
.zen-essentials-container
> tab
> stack:nth-child(1)
> hbox:nth-child(2)
> stack:nth-child(2) {
padding: 16px !important;
}
}
/* main icon */
.zen-essentials-container
> tab
> stack:nth-child(1)
@ -18,4 +21,15 @@
> img:nth-child(3) {
height: 32px !important;
width: 32px !important;
}
}
/* reload icon */
.zen-essentials-container
> tab
> stack:nth-child(1)
> hbox:nth-child(2)
> stack:nth-child(2)
> hbox:nth-child(1) {
height: 32px !important;
width: 32px !important;
}

View file

@ -7,7 +7,7 @@
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/9bbaab67-a2c8-4d79-837f-90cd72a8932a/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/9bbaab67-a2c8-4d79-837f-90cd72a8932a/image.png",
"author": "leaferiksen",
"version": "1.0.1",
"version": "1.0.2",
"tags": [],
"createdAt": "2025-03-11",
"updatedAt": "2025-05-10"