Add theme: Floating Bookmark Sidebar

This commit is contained in:
TISupe 2025-04-12 08:02:06 +00:00 committed by GitHub
parent 48953c160e
commit 805d07870c
4 changed files with 84 additions and 0 deletions

View file

@ -0,0 +1,68 @@
@-moz-document url-prefix("chrome:") {
window.sidebar-panel {
background-color: var(--zen-themed-toolbar-bg) !important;
}
search-textbox#search-box {
appearance: none !important;
background-color: var(--zen-colors-tertiary) !important;
border: 1px solid var(--zen-colors-border) !important;
padding: 0.5rem !important;
border-radius: 5px !important;
}
search-textbox#search-box:hover {
border: 1px solid var(--zen-colors-secondary) !important;
}
search-textbox#search-box:hover:active {
border: 1px solid var(--zen-colors-secondary) !important;
}
button#viewButton {
appearance: none;
color: inherit;
background-color: transparent !important;
border-radius: var(--toolbarbutton-border-radius);
border: 1px solid transparent !important;
}
button#viewButton:hover {
background-color: var(--zen-colors-border) !important;
}
button#viewButton:hover:active {
background-color: var(--zen-colors-border) !important;
}
#sidebar-box[sidebarcommand="viewBookmarksSidebar"] #sidebar-header {
border-bottom: 0px !important;
}
#sidebar-box[sidebarcommand="viewBookmarksSidebar"] {
background-color: var(--zen-themed-toolbar-bg) !important;
border-radius: var(--zen-border-radius);
box-shadow: 0 0 2px 2px rgba(0,0,0,.1);
border: 1px solid var(--zen-colors-border);
padding: var(--zen-toolbox-padding) !important;
position: fixed;
z-index: 1;
height: 80vh !important;
width: 20em !important;
top: 10vh !important;
right: 0.6vw !important;
transform: translateX(105%);
transition: all 0.2s ease-in-out;
}
#sidebar-box[hidden=true][sidebarcommand="viewBookmarksSidebar"] {
display: flex !important;
opacity: 0 !important;
transform: translateX(105%);
}
#sidebar-box[checked=true][sidebarcommand="viewBookmarksSidebar"] {
transform: translateX(0);
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View file

@ -0,0 +1,2 @@
= ̄ω ̄=

View file

@ -0,0 +1,14 @@
{
"id": "a421e460-670a-44b7-ac6b-e146b6f60309",
"name": "Floating Bookmark Sidebar",
"description": "Improves appearance of bookmark sidebar, placing it on right, floating it and giving it zen aesthetic",
"homepage": "https://github.com/TISupe/Zen-Floating-Bookmark",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a421e460-670a-44b7-ac6b-e146b6f60309/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a421e460-670a-44b7-ac6b-e146b6f60309/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a421e460-670a-44b7-ac6b-e146b6f60309/image.png",
"author": "TISupe",
"version": "1.0.0",
"tags": [],
"createdAt": "2025-04-12",
"updatedAt": "2025-04-12"
}