Add theme: Clickable Scrollbar (#612)

Co-authored-by: tahawael <tahawael@users.noreply.github.com>
This commit is contained in:
mr. m 🤙 2024-10-19 21:45:19 +03:00 committed by GitHub
parent c5c6e9f343
commit 586fc1e38f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 32 additions and 0 deletions

View file

@ -0,0 +1,14 @@
scrollbox:nth-child(5) {
scrollbar-width: thin !important;
}
@media (-moz-bool-pref: "zen.view.sidebar-expanded") {
scrollbox:nth-child(5) {
scrollbar-width: auto !important;
}
}
#navigator-toolbox {
-moz-window-dragging: no-drag; /* Disables window dragging */
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View file

@ -0,0 +1,4 @@
# clickable Scrollbar in Sidebar
Makes Sidebar Scrollbar clickable

View file

@ -0,0 +1,14 @@
{
"id": "1207efa9-fce4-439f-a673-9d3c0e4e8820",
"name": "Clickable Scrollbar",
"description": "Makes Sidebar Scrollbar clickable",
"homepage": "",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/1207efa9-fce4-439f-a673-9d3c0e4e8820/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/1207efa9-fce4-439f-a673-9d3c0e4e8820/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/1207efa9-fce4-439f-a673-9d3c0e4e8820/image.png",
"author": "tahawael",
"version": "1.0.0",
"tags": [],
"createdAt": "2024-10-19",
"updatedAt": "2024-10-19"
}