diff --git a/themes/67b12475-1c26-4d13-9156-297383ed8dbf/chrome.css b/themes/67b12475-1c26-4d13-9156-297383ed8dbf/chrome.css deleted file mode 100644 index 40325258..00000000 --- a/themes/67b12475-1c26-4d13-9156-297383ed8dbf/chrome.css +++ /dev/null @@ -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; - } -} diff --git a/themes/67b12475-1c26-4d13-9156-297383ed8dbf/image.png b/themes/67b12475-1c26-4d13-9156-297383ed8dbf/image.png deleted file mode 100644 index b726c801..00000000 Binary files a/themes/67b12475-1c26-4d13-9156-297383ed8dbf/image.png and /dev/null differ diff --git a/themes/67b12475-1c26-4d13-9156-297383ed8dbf/preferences.json b/themes/67b12475-1c26-4d13-9156-297383ed8dbf/preferences.json deleted file mode 100644 index 889f93fe..00000000 --- a/themes/67b12475-1c26-4d13-9156-297383ed8dbf/preferences.json +++ /dev/null @@ -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": [] - } -] \ No newline at end of file diff --git a/themes/67b12475-1c26-4d13-9156-297383ed8dbf/readme.md b/themes/67b12475-1c26-4d13-9156-297383ed8dbf/readme.md deleted file mode 100644 index 6751a486..00000000 --- a/themes/67b12475-1c26-4d13-9156-297383ed8dbf/readme.md +++ /dev/null @@ -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. diff --git a/themes/67b12475-1c26-4d13-9156-297383ed8dbf/theme.json b/themes/67b12475-1c26-4d13-9156-297383ed8dbf/theme.json deleted file mode 100644 index 7b892e7f..00000000 --- a/themes/67b12475-1c26-4d13-9156-297383ed8dbf/theme.json +++ /dev/null @@ -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" -} \ No newline at end of file