Merge pull request #1380 from zen-browser/create-theme-1379

Add theme: Right Side Glance Buttons
This commit is contained in:
mr. m 2025-03-31 19:53:14 +02:00 committed by GitHub
commit f70d5d5899
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 37 additions and 0 deletions

View file

@ -0,0 +1,15 @@
/**
* Zen Mod: Right Side Glance Buttons
* Move the at a glance buttons to the right side of the window.
* Pontus Sundén <hi@pontus.cc>
*/
#zen-glance-sidebar-container {
left: unset !important;
right: 6% !important;
top: 60px !important;
toolbarbutton {
box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.07) !important;
border: rgba(180, 180, 180, 0.2) 0.2px solid;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

View file

@ -0,0 +1,8 @@
# Zen Mod: Right Side Glance Buttons
Move the at a glance buttons to the right side of the window.
![screenshot](./glance-buttons-right.png)
[Source code at GitHub](https://github.com/psu/zen-mods)

View file

@ -0,0 +1,14 @@
{
"id": "20e8cc78-3dac-4db0-81a4-814672fb50af",
"name": "Right Side Glance Buttons",
"description": "Move the at a glance buttons to the right side of the window.",
"homepage": "https://github.com/psu/zen-mods",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/20e8cc78-3dac-4db0-81a4-814672fb50af/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/20e8cc78-3dac-4db0-81a4-814672fb50af/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/20e8cc78-3dac-4db0-81a4-814672fb50af/image.png",
"author": "psu",
"version": "1.0.0",
"tags": [],
"createdAt": "2025-03-28",
"updatedAt": "2025-03-28"
}