mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 08:55:31 +02:00
Add theme: Big Essentials
This commit is contained in:
parent
21e5f9ab75
commit
e384544cf5
4 changed files with 31 additions and 0 deletions
14
themes/9bbaab67-a2c8-4d79-837f-90cd72a8932a/chrome.css
Normal file
14
themes/9bbaab67-a2c8-4d79-837f-90cd72a8932a/chrome.css
Normal file
|
@ -0,0 +1,14 @@
|
|||
|
||||
#zen-essentials-container > tab > stack:nth-child(1) > hbox:nth-child(2) > stack:nth-child(2) > img:nth-child(3) {
|
||||
height: 32px !important;
|
||||
width: 32px !important;
|
||||
}
|
||||
|
||||
#zen-essentials-container > tab > stack:nth-child(1) > hbox:nth-child(2) > stack:nth-child(2) {
|
||||
padding: 16px !important;
|
||||
}
|
||||
|
||||
#zen-essentials-container {
|
||||
gap: 8px 8px !important;
|
||||
grid-template-columns: repeat(auto-fit, minmax(80px, auto)) !important;
|
||||
}
|
BIN
themes/9bbaab67-a2c8-4d79-837f-90cd72a8932a/image.png
Normal file
BIN
themes/9bbaab67-a2c8-4d79-837f-90cd72a8932a/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 50 KiB |
3
themes/9bbaab67-a2c8-4d79-837f-90cd72a8932a/readme.md
Normal file
3
themes/9bbaab67-a2c8-4d79-837f-90cd72a8932a/readme.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
|
||||
# Big Essentials
|
||||
Make the Essential tab icons big enough (32px w/ 16px padding) to be recognisable without their names.
|
14
themes/9bbaab67-a2c8-4d79-837f-90cd72a8932a/theme.json
Normal file
14
themes/9bbaab67-a2c8-4d79-837f-90cd72a8932a/theme.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"id": "9bbaab67-a2c8-4d79-837f-90cd72a8932a",
|
||||
"name": "Big Essentials",
|
||||
"description": "Make the Essential tab icons big enough (32px w/ 16px padding) to be recognisable without their names.",
|
||||
"homepage": "https://github.com/leaferiksen/zen-browser-big-essentials",
|
||||
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/9bbaab67-a2c8-4d79-837f-90cd72a8932a/chrome.css",
|
||||
"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.0",
|
||||
"tags": [],
|
||||
"createdAt": "2025-03-11",
|
||||
"updatedAt": "2025-03-11"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue