Add theme: Zen Sidebar At Right Side

This commit is contained in:
AntonioSTM 2024-09-01 13:05:18 +00:00 committed by GitHub
parent 6d8234e0a0
commit 6ebd26b208
5 changed files with 33 additions and 0 deletions

View 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*/

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View file

@ -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."
}

View 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.

View 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"}