mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 08:55:31 +02:00
Add theme: Better Customize Toolbar
This commit is contained in:
parent
a03ca511d2
commit
e557103a13
4 changed files with 63 additions and 0 deletions
43
themes/f831fdd2-14ee-4606-a0ac-d08cc5506307/chrome.css
Normal file
43
themes/f831fdd2-14ee-4606-a0ac-d08cc5506307/chrome.css
Normal 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;
|
||||
}
|
BIN
themes/f831fdd2-14ee-4606-a0ac-d08cc5506307/image.png
Normal file
BIN
themes/f831fdd2-14ee-4606-a0ac-d08cc5506307/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 843 KiB |
6
themes/f831fdd2-14ee-4606-a0ac-d08cc5506307/readme.md
Normal file
6
themes/f831fdd2-14ee-4606-a0ac-d08cc5506307/readme.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
# Better Customization Panel
|
||||
|
||||
Creates a cohesive customize toolbar UI
|
||||
|
||||

|
14
themes/f831fdd2-14ee-4606-a0ac-d08cc5506307/theme.json
Normal file
14
themes/f831fdd2-14ee-4606-a0ac-d08cc5506307/theme.json
Normal 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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue