mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 08:55:31 +02:00
Add theme: Zen Sidebar At Right Side
This commit is contained in:
parent
6d8234e0a0
commit
6ebd26b208
5 changed files with 33 additions and 0 deletions
18
themes/dd4f5461-1564-4e56-9f9d-f81e3c18f93c/chrome.css
Normal file
18
themes/dd4f5461-1564-4e56-9f9d-f81e3c18f93c/chrome.css
Normal file
|
@ -0,0 +1,18 @@
|
|||
|
||||
/*#region ZEN SIDEBAR AT RIGHT SIDE */
|
||||
/*#region RIGHT SIDE PINNED ZEN SIDEBAR */
|
||||
@media (-moz-bool-pref: "uc.zen-sidebar.pin-at-right-side") {
|
||||
#zen-sidebar-web-panel-wrapper:not(:has(#zen-sidebar-web-panel[pinned="true"])) {
|
||||
order: 2 !important;
|
||||
margin-left: 10px !important;
|
||||
}
|
||||
}
|
||||
/*#endregion*/
|
||||
/*#region RIGHT SIDE FLOATING ZEN SIDEBAR */
|
||||
@media (-moz-bool-pref: "uc.zen-sidebar.float-at-right-side") {
|
||||
#zen-sidebar-web-panel-wrapper:has(#zen-sidebar-web-panel[pinned="true"]) {
|
||||
flex-direction: row-reverse;
|
||||
}
|
||||
}
|
||||
/*#endregion*/
|
||||
/*#endregion*/
|
BIN
themes/dd4f5461-1564-4e56-9f9d-f81e3c18f93c/image.png
Normal file
BIN
themes/dd4f5461-1564-4e56-9f9d-f81e3c18f93c/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"uc.zen-sidebar.pin-at-right-side": "Pin the Zen Sidebar at the right side when pinned.",
|
||||
"uc.zen-sidebar.float-at-right-side": "Float the Zen Sidebar at the right side when floating."
|
||||
}
|
10
themes/dd4f5461-1564-4e56-9f9d-f81e3c18f93c/readme.md
Normal file
10
themes/dd4f5461-1564-4e56-9f9d-f81e3c18f93c/readme.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
|
||||
# Zen Sidebar At Right Side
|
||||
|
||||
Pin or float the **Zen Sidebar** at the right side.
|
||||
|
||||
## Features Available (through Zen Browser theme settings)
|
||||
|
||||
= Pin the **Zen Sidebar** at the right side when pinned.
|
||||
|
||||
= Float the **Zen Sidebar** at the right side when floating.
|
1
themes/dd4f5461-1564-4e56-9f9d-f81e3c18f93c/theme.json
Normal file
1
themes/dd4f5461-1564-4e56-9f9d-f81e3c18f93c/theme.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"id": "dd4f5461-1564-4e56-9f9d-f81e3c18f93c", "name": "Zen Sidebar At Right Side", "description": "Pin or float the Zen Sidebar at the right side.", "homepage": "", "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/dd4f5461-1564-4e56-9f9d-f81e3c18f93c/chrome.css", "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/dd4f5461-1564-4e56-9f9d-f81e3c18f93c/readme.md", "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/dd4f5461-1564-4e56-9f9d-f81e3c18f93c/image.png", "author": "AntonioSTM", "version": "1.0.0", "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/dd4f5461-1564-4e56-9f9d-f81e3c18f93c/preferences.json"}
|
Loading…
Add table
Add a link
Reference in a new issue