Add theme: Big Essentials

This commit is contained in:
leaferiksen 2025-03-11 19:04:40 +00:00 committed by GitHub
parent 21e5f9ab75
commit e384544cf5
4 changed files with 31 additions and 0 deletions

View 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;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

View file

@ -0,0 +1,3 @@
# Big Essentials
Make the Essential tab icons big enough (32px w/ 16px padding) to be recognisable without their names.

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