Add theme: Tab Text Size

This commit is contained in:
ajkuftic 2024-12-16 19:06:54 +00:00 committed by GitHub
parent 6e4a9fa2c7
commit 3b3deeb6ff
5 changed files with 76 additions and 0 deletions

View file

@ -0,0 +1,9 @@
:root:has(#theme-Tab-Text-Size[uc-tabtextsize-textsize="8"]) { .tab-text.tab-label{ font-size: 8px; }}
:root:has(#theme-Tab-Text-Size[uc-tabtextsize-textsize="10"]) { .tab-text.tab-label{ font-size: 10px; }}
:root:has(#theme-Tab-Text-Size[uc-tabtextsize-textsize="default"]) { .tab-text.tab-label{ font-size: 12px; }}
:root:has(#theme-Tab-Text-Size[uc-tabtextsize-textsize="14"]) { .tab-text.tab-label{ font-size: 14px; }}
:root:has(#theme-Tab-Text-Size[uc-tabtextsize-textsize="16"]) { .tab-text.tab-label{ font-size: 16px; }}
:root:has(#theme-Tab-Text-Size[uc-tabtextsize-textsize="18"]) { .tab-text.tab-label{ font-size: 18px; }}
:root:has(#theme-Tab-Text-Size[uc-tabtextsize-textsize="20"]) { .tab-text.tab-label{ font-size: 20px; }}
:root:has(#theme-Tab-Text-Size[uc-tabtextsize-textsize="22"]) { .tab-text.tab-label{ font-size: 22px; }}

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View file

@ -0,0 +1,42 @@
[
{
"property": "uc.tabtextsize.textsize",
"label": "Set Tab Text Size: ",
"type": "dropdown",
"defaultValue": "default",
"options": [
{
"label": "8",
"value": "8"
},
{
"label": "10",
"value": "10"
},
{
"label": "Default (12)",
"value": "default"
},
{
"label": "14",
"value": "14"
},
{
"label": "16",
"value": "16"
},
{
"label": "18",
"value": "18"
},
{
"label": "20",
"value": "20"
},
{
"label": "22",
"value": "22"
}
]
}
]

View file

@ -0,0 +1,10 @@
# Tab Text Size
Set the text size for tabs in the sidebar
## What this extension does
Allows the text size for tabs to be changed without modifying themes.
Click the gear icon on the mod to change the text size.

View file

@ -0,0 +1,15 @@
{
"id": "d868eaf4-cefc-4f41-8f1c-1f603726d2fa",
"name": "Tab Text Size",
"description": "Change tab text size",
"homepage": "https://github.com/ajkuftic/Zen-TabTextSize",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d868eaf4-cefc-4f41-8f1c-1f603726d2fa/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d868eaf4-cefc-4f41-8f1c-1f603726d2fa/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d868eaf4-cefc-4f41-8f1c-1f603726d2fa/image.png",
"author": "ajkuftic",
"version": "1.0.0",
"tags": [],
"createdAt": "2024-12-16",
"updatedAt": "2024-12-16",
"preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d868eaf4-cefc-4f41-8f1c-1f603726d2fa/preferences.json"
}