Merge pull request #1475 from leaferiksen/patch-1

This commit is contained in:
mr. m 2025-05-10 18:10:40 +02:00 committed by GitHub
commit 7e0f2a749b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 19 additions and 12 deletions

View file

@ -1,14 +1,21 @@
.zen-essentials-container {
#zen-essentials-container > tab > stack:nth-child(1) > hbox:nth-child(2) > stack:nth-child(2) > img:nth-child(3) { grid-template-columns: repeat(auto-fit, minmax(80px, auto)) !important;
height: 32px !important;
width: 32px !important;
} }
#zen-essentials-container > tab > stack:nth-child(1) > hbox:nth-child(2) > stack:nth-child(2) { .zen-essentials-container
padding: 16px !important; > tab
} > stack:nth-child(1)
> hbox:nth-child(2)
> stack:nth-child(2) {
padding: 16px !important;
}
#zen-essentials-container { .zen-essentials-container
gap: 8px 8px !important; > tab
grid-template-columns: repeat(auto-fit, minmax(80px, auto)) !important; > stack:nth-child(1)
} > hbox:nth-child(2)
> stack:nth-child(2)
> img:nth-child(3) {
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", "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", "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/9bbaab67-a2c8-4d79-837f-90cd72a8932a/image.png",
"author": "leaferiksen", "author": "leaferiksen",
"version": "1.0.0", "version": "1.0.1",
"tags": [], "tags": [],
"createdAt": "2025-03-11", "createdAt": "2025-03-11",
"updatedAt": "2025-03-11" "updatedAt": "2025-03-11"