Add theme: Better Customize Toolbar

This commit is contained in:
Tanay-Kar 2025-02-19 09:32:41 +00:00 committed by GitHub
parent a03ca511d2
commit e557103a13
4 changed files with 63 additions and 0 deletions

View file

@ -0,0 +1,43 @@
#customization-container {
position: absolute;
z-index: 10;
bottom: 10px;
right: 10px;
height: 80%;
width: 70%;
border-radius: 12px;
padding: 10px;
background: light-dark(rgba(255,255,255,0.32),rgba(0,0,0,0.3)) !important;
}
@media (-moz-bool-pref: "zen.tabs.vertical.right-side") {
#customization-container {
left: 10px;
}
#customization-container #customization-content-container {
flex-direction: row-reverse;
}
}
#customization-container #customization-panel-container {
padding: 10px !important;
}
#customization-container #customization-panelWrapper {
--panel-arrow-offset: 0px;
}
#customization-container .panel-arrowbox {
display: none !important;
}
#customization-container .panel-arrowcontent {
height: 100% !important;
background: light-dark(rgba(255,255,255,0.8),rgba(0,0,0,0.4)) !important;
border: none !important;
margin: 0px !important;
border-radius: 8px;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 843 KiB

View file

@ -0,0 +1,6 @@
# Better Customization Panel
Creates a cohesive customize toolbar UI
![image](https://github.com/user-attachments/assets/082f0bf6-007f-476b-b402-40fdcec4dbc5)

View file

@ -0,0 +1,14 @@
{
"id": "f831fdd2-14ee-4606-a0ac-d08cc5506307",
"name": "Better Customize Toolbar",
"description": "Creates a cohesive customize toolbar UI",
"homepage": "https://github.com/Tanay-Kar/Zen-Themes/tree/main/Customization%20Panel",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f831fdd2-14ee-4606-a0ac-d08cc5506307/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f831fdd2-14ee-4606-a0ac-d08cc5506307/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f831fdd2-14ee-4606-a0ac-d08cc5506307/image.png",
"author": "Tanay-Kar",
"version": "1.0.0",
"tags": [],
"createdAt": "2025-02-19",
"updatedAt": "2025-02-19"
}