mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
Delete themes/67b12475-1c26-4d13-9156-297383ed8dbf directory
This commit is contained in:
parent
04f3d00463
commit
95d50a9128
5 changed files with 0 additions and 104 deletions
|
@ -1,55 +0,0 @@
|
|||
#zen-appcontent-navbar-container {
|
||||
padding: calc(var(--zen-element-separation) * 2) !important;
|
||||
border: none !important;
|
||||
background: none !important;
|
||||
box-sizing: border-box;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
#nav-bar,
|
||||
#PersonalToolbar {
|
||||
background: var(--zen-colors-tertiary) !important;
|
||||
border-radius: var(--zen-border-radius);
|
||||
border: 1px solid var(--zen-colors-border) !important;
|
||||
}
|
||||
|
||||
#PersonalToolbar {
|
||||
margin-top: var(--zen-element-separation);
|
||||
}
|
||||
|
||||
#PersonalToolbar,
|
||||
.bookmark-item {
|
||||
padding: var(--zen-element-separation) !important;
|
||||
}
|
||||
|
||||
/* Enable compact toolbar, similar to Smaller Compact Mode by n7itro */
|
||||
@media (-moz-bool-pref: "uc.floatingtoolbar.compact.enabled") {
|
||||
#nav-bar,
|
||||
#PersonalToolbar {
|
||||
width: 75vw !important;
|
||||
margin-left: calc(12.5vw - var(--zen-element-separation) * 2) !important;
|
||||
}
|
||||
}
|
||||
|
||||
/* Increase space around edge of browser window and toolbar / tab bar */
|
||||
@media (-moz-bool-pref: "uc.floatingtoolbar.increase.spacing") {
|
||||
#main-window {
|
||||
--zen-element-separation: 10px !important;
|
||||
}
|
||||
#PersonalToolbar,
|
||||
.bookmark-item {
|
||||
padding: calc(var(--zen-element-separation) / 2) !important;
|
||||
}
|
||||
}
|
||||
|
||||
/* Merge bookmark bar with toolbar */
|
||||
@media (-moz-bool-pref: "uc.floatingtoolbar.merge.bookmarks") {
|
||||
#nav-bar {
|
||||
border-radius: var(--zen-border-radius) var(--zen-border-radius) 0 0;
|
||||
}
|
||||
#PersonalToolbar {
|
||||
border-radius: 0 0 var(--zen-border-radius) var(--zen-border-radius);
|
||||
border-top-width: 0 !important;
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 8.6 KiB |
|
@ -1,20 +0,0 @@
|
|||
[
|
||||
{
|
||||
"property": "uc.floatingtoolbar.compact.enabled",
|
||||
"label": "Enable compact toolbar, similar to Smaller Compact Mode by n7itro",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.floatingtoolbar.increase.spacing",
|
||||
"label": "Increase space around edge of browser window and toolbar / tab bar",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.floatingtoolbar.merge.bookmarks",
|
||||
"label": "Merge bookmark bar with toolbar (requires visible bookbark bar)",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
}
|
||||
]
|
|
@ -1,14 +0,0 @@
|
|||
# zen-floating-toolbar
|
||||
|
||||
Detaches toolbar from edge of browser window so that it appears to float. Bookmark bar, if visible, will also float.
|
||||
|
||||
## Options
|
||||
|
||||
- Enable compact toolbar, similar to Smaller Compact Mode by n7itro;
|
||||
- Increase space around edge of browser window and toolbar / tab bar; and
|
||||
- Merge bookmark bar with toolbar (requires visible bookbark bar).
|
||||
|
||||
## Requires
|
||||
|
||||
- Compact mode to be enabled; and
|
||||
- Top toolbar to be hidden.
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"id": "67b12475-1c26-4d13-9156-297383ed8dbf",
|
||||
"name": "Floating toolbar",
|
||||
"description": "Detaches toolbar from edge of browser window so that it appears to float",
|
||||
"homepage": "https://github.com/anaarkei/zen-floating-toolbar",
|
||||
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/67b12475-1c26-4d13-9156-297383ed8dbf/chrome.css",
|
||||
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/67b12475-1c26-4d13-9156-297383ed8dbf/readme.md",
|
||||
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/67b12475-1c26-4d13-9156-297383ed8dbf/image.png",
|
||||
"author": "anaarkei",
|
||||
"preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/67b12475-1c26-4d13-9156-297383ed8dbf/preferences.json",
|
||||
"version": "2.1.2",
|
||||
"tags": [],
|
||||
"createdAt": "2024-09-15",
|
||||
"updatedAt": "2025-01-26"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue