mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
Merge pull request #1570 from leaferiksen/main
This commit is contained in:
commit
008925649f
2 changed files with 20 additions and 6 deletions
|
@ -1,21 +1,35 @@
|
||||||
|
/* tab size */
|
||||||
.zen-essentials-container {
|
.zen-essentials-container {
|
||||||
grid-template-columns: repeat(auto-fit, minmax(80px, auto)) !important;
|
grid-template-columns: repeat(auto-fit, minmax(80px, auto)) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* icon padding */
|
||||||
.zen-essentials-container
|
.zen-essentials-container
|
||||||
> tab
|
> tab
|
||||||
> stack:nth-child(1)
|
> stack:nth-child(1)
|
||||||
> hbox:nth-child(2)
|
> hbox:nth-child(2)
|
||||||
> stack:nth-child(2) {
|
> stack:nth-child(2) {
|
||||||
padding: 16px !important;
|
padding: 16px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* main icon */
|
||||||
.zen-essentials-container
|
.zen-essentials-container
|
||||||
> tab
|
> tab
|
||||||
> stack:nth-child(1)
|
> stack:nth-child(1)
|
||||||
> hbox:nth-child(2)
|
> hbox:nth-child(2)
|
||||||
> stack:nth-child(2)
|
> stack:nth-child(2)
|
||||||
> img:nth-child(3) {
|
> img:nth-child(3) {
|
||||||
height: 32px !important;
|
height: 32px !important;
|
||||||
width: 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;
|
||||||
|
}
|
||||||
|
|
|
@ -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.1",
|
"version": "1.0.2",
|
||||||
"tags": [],
|
"tags": [],
|
||||||
"createdAt": "2025-03-11",
|
"createdAt": "2025-03-11",
|
||||||
"updatedAt": "2025-05-10"
|
"updatedAt": "2025-05-10"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue