mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
Merge bebdfa81c4
into b36258a8c7
This commit is contained in:
commit
ed7e8c66d6
5 changed files with 96 additions and 0 deletions
52
themes/99c1f45f-4d2e-4388-b5a5-e96310ae2d5f/chrome.css
Normal file
52
themes/99c1f45f-4d2e-4388-b5a5-e96310ae2d5f/chrome.css
Normal file
|
@ -0,0 +1,52 @@
|
||||||
|
|
||||||
|
/* padding in normal mode */
|
||||||
|
|
||||||
|
@media (-moz-bool-pref: "uc.padding.big") {
|
||||||
|
@media not (-moz-bool-pref: "zen.view.compact") {
|
||||||
|
#tabbrowser-tabpanels {
|
||||||
|
padding: 2px 12px 12px 2px !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (-moz-bool-pref: "uc.padding.bigger") {
|
||||||
|
@media not (-moz-bool-pref: "zen.view.compact") {
|
||||||
|
#tabbrowser-tabpanels {
|
||||||
|
padding: 2px 16px 16px 2px !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (-moz-bool-pref: "uc.padding.biggest") {
|
||||||
|
@media not (-moz-bool-pref: "zen.view.compact") {
|
||||||
|
#tabbrowser-tabpanels {
|
||||||
|
padding: 2px 20px 20px 2px !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* padding in compact mode */
|
||||||
|
|
||||||
|
@media (-moz-bool-pref: "uc.padding.big") {
|
||||||
|
@media (-moz-bool-pref: "zen.view.compact") {
|
||||||
|
#tabbrowser-tabpanels {
|
||||||
|
padding: 12px !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (-moz-bool-pref: "uc.padding.bigger") {
|
||||||
|
@media (-moz-bool-pref: "zen.view.compact") {
|
||||||
|
#tabbrowser-tabpanels {
|
||||||
|
padding: 16px !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (-moz-bool-pref: "uc.padding.biggest") {
|
||||||
|
@media (-moz-bool-pref: "zen.view.compact") {
|
||||||
|
#tabbrowser-tabpanels {
|
||||||
|
padding: 20px !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
BIN
themes/99c1f45f-4d2e-4388-b5a5-e96310ae2d5f/image.png
Normal file
BIN
themes/99c1f45f-4d2e-4388-b5a5-e96310ae2d5f/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 58 KiB |
20
themes/99c1f45f-4d2e-4388-b5a5-e96310ae2d5f/preferences.json
Normal file
20
themes/99c1f45f-4d2e-4388-b5a5-e96310ae2d5f/preferences.json
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"property": "uc.padding.big",
|
||||||
|
"label": "big browser padding (12px)",
|
||||||
|
"type": "checkbox",
|
||||||
|
"disabledOn": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"property": "uc.padding.bigger",
|
||||||
|
"label": "bigger browser padding (16px)",
|
||||||
|
"type": "checkbox",
|
||||||
|
"disabledOn": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"property": "uc.padding.biggest",
|
||||||
|
"label": "biggest browser padding (20px)",
|
||||||
|
"type": "checkbox",
|
||||||
|
"disabledOn": []
|
||||||
|
}
|
||||||
|
]
|
9
themes/99c1f45f-4d2e-4388-b5a5-e96310ae2d5f/readme.md
Normal file
9
themes/99c1f45f-4d2e-4388-b5a5-e96310ae2d5f/readme.md
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
# bigger browser padding
|
||||||
|
makes padding of the zen browser bigger \
|
||||||
|
comes in 3 sizes:
|
||||||
|
- big (12px)
|
||||||
|
- bigger (16px)
|
||||||
|
- biggest (20px)
|
||||||
|
|
||||||
|
also works in compact mode :3
|
15
themes/99c1f45f-4d2e-4388-b5a5-e96310ae2d5f/theme.json
Normal file
15
themes/99c1f45f-4d2e-4388-b5a5-e96310ae2d5f/theme.json
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"id": "99c1f45f-4d2e-4388-b5a5-e96310ae2d5f",
|
||||||
|
"name": "bigger browser padding",
|
||||||
|
"description": "makes padding of the browser... well... bigger!",
|
||||||
|
"homepage": "https://github.com/froggy-jpg/bigger-browser-padding",
|
||||||
|
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/99c1f45f-4d2e-4388-b5a5-e96310ae2d5f/chrome.css",
|
||||||
|
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/99c1f45f-4d2e-4388-b5a5-e96310ae2d5f/readme.md",
|
||||||
|
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/99c1f45f-4d2e-4388-b5a5-e96310ae2d5f/image.png",
|
||||||
|
"author": "froggy-jpg",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"tags": [],
|
||||||
|
"createdAt": "2024-12-06",
|
||||||
|
"updatedAt": "2024-12-06",
|
||||||
|
"preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/99c1f45f-4d2e-4388-b5a5-e96310ae2d5f/preferences.json"
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue