Add theme: Uniform Sidebar

This commit is contained in:
Gnkalk 2024-09-05 10:59:38 +00:00 committed by GitHub
parent 4fc8b0839e
commit 1a89211647
4 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,13 @@
#sidebar-box {
background: var(--zen-colors-tertiary) !important;
border: var(--zen-appcontent-border) !important;
display: flex !important;
transition: 400ms cubic-bezier(0,0,.15,1.28) !important;
&[hidden] {
width: 0 !important;
min-width: 0 !important;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

View file

@ -0,0 +1,2 @@
Uniform firefox generic sidebar with smooth animation

View file

@ -0,0 +1 @@
{"id": "11beb01c-6ed1-4559-bb81-7e94d9ae8031", "name": "Uniform Sidebar", "description": "Uniform Firefox Sidebar", "homepage": "", "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/11beb01c-6ed1-4559-bb81-7e94d9ae8031/chrome.css", "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/11beb01c-6ed1-4559-bb81-7e94d9ae8031/readme.md", "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/11beb01c-6ed1-4559-bb81-7e94d9ae8031/image.png", "author": "Gnkalk", "version": "1.0.0"}