-
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
63 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
|
||
@-moz-document url-prefix("chrome:") { | ||
:root { | ||
--zen-toolbar-height: var(--finetuning-titlebar-titlebar_height) !important; | ||
} | ||
#nav-bar #zen-sidebar-top-buttons { | ||
min-height: auto !important; | ||
height: auto !important; | ||
max-height: auto !important; | ||
padding-right: 15px !important; | ||
} | ||
|
||
.titlebar-buttonbox-container { | ||
padding-left: 15px !important; | ||
} | ||
|
||
/* Hide the new tab button at the end of the tabs */ | ||
@media (-moz-bool-pref: "finetuning.tabs.hide_tabs_newtab_button") { | ||
#tabbrowser-arrowscrollbox-periphery { | ||
display: none !important; | ||
} | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions
16
themes/823645f2-dcf3-4efc-843b-25d3d74dfdfd/preferences.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[ | ||
{ | ||
"property": "finetuning.titlebar.titlebar_height", | ||
"label": "Set the height of the titlebar", | ||
"type": "string", | ||
"defaultValue": "40px", | ||
"disabledOn": [] | ||
}, | ||
{ | ||
"property": "finetuning.tabs.hide_tabs_newtab_button", | ||
"label": "Hide the new tab button at the end of the tabs", | ||
"type": "checkbox", | ||
"defaultValue": false, | ||
"disabledOn": [] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
|
||
# Finetuning | ||
|
||
Finetuning is a theme that allows you to fine-tune the appearance of the browser. | ||
|
||
## Features | ||
|
||
- Set the height of the titlebar | ||
- Hide the new tab button at the end of the tabs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"id": "823645f2-dcf3-4efc-843b-25d3d74dfdfd", | ||
"name": "Finetuning", | ||
"description": "Finetuning is a mod that allows you to fine-tune the appearance of the browser.", | ||
"homepage": "", | ||
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/823645f2-dcf3-4efc-843b-25d3d74dfdfd/chrome.css", | ||
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/823645f2-dcf3-4efc-843b-25d3d74dfdfd/readme.md", | ||
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/823645f2-dcf3-4efc-843b-25d3d74dfdfd/image.png", | ||
"author": "wxxxcxx", | ||
"version": "1.0.0", | ||
"tags": [], | ||
"createdAt": "2024-11-07", | ||
"updatedAt": "2024-11-07", | ||
"preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/823645f2-dcf3-4efc-843b-25d3d74dfdfd/preferences.json" | ||
} |