mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 08:55:31 +02:00
Add theme: Floating Status Bar (#470)
Co-authored-by: AmirhBeigi <AmirhBeigi@users.noreply.github.com>
This commit is contained in:
parent
6d9f672126
commit
c437cdf009
4 changed files with 15 additions and 0 deletions
11
themes/906c6915-5677-48ff-9bfc-096a02a72379/chrome.css
Normal file
11
themes/906c6915-5677-48ff-9bfc-096a02a72379/chrome.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
|
||||
#statuspanel {
|
||||
margin: 10px !important;
|
||||
}
|
||||
|
||||
#statuspanel-label {
|
||||
border-radius: 10000px !important;
|
||||
padding: 2px 10px !important;
|
||||
border: 1px solid var(--zen-colors-border) !important;
|
||||
background: var(--zen-colors-tertiary) !important;
|
||||
}
|
BIN
themes/906c6915-5677-48ff-9bfc-096a02a72379/image.png
Normal file
BIN
themes/906c6915-5677-48ff-9bfc-096a02a72379/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
3
themes/906c6915-5677-48ff-9bfc-096a02a72379/readme.md
Normal file
3
themes/906c6915-5677-48ff-9bfc-096a02a72379/readme.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
|
||||
# Zen Floating Statusbar
|
||||
Mod for Zen Browser that detaches the status bar from the bottom left corner of the browser window so that it appears to float.
|
1
themes/906c6915-5677-48ff-9bfc-096a02a72379/theme.json
Normal file
1
themes/906c6915-5677-48ff-9bfc-096a02a72379/theme.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"id": "906c6915-5677-48ff-9bfc-096a02a72379", "name": "Floating Status Bar", "description": "Mod for Zen Browser that detaches the status bar from the bottom left corner of the browser window.", "homepage": "https://github.com/AmirhBeigi/zen-floating-statusbar/", "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/906c6915-5677-48ff-9bfc-096a02a72379/chrome.css", "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/906c6915-5677-48ff-9bfc-096a02a72379/readme.md", "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/906c6915-5677-48ff-9bfc-096a02a72379/image.png", "author": "AmirhBeigi", "version": "1.0.0"}
|
Loading…
Add table
Add a link
Reference in a new issue