mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-08 01:10:01 +02:00
Merge pull request #1380 from zen-browser/create-theme-1379
Add theme: Right Side Glance Buttons
This commit is contained in:
commit
f70d5d5899
4 changed files with 37 additions and 0 deletions
15
themes/20e8cc78-3dac-4db0-81a4-814672fb50af/chrome.css
Normal file
15
themes/20e8cc78-3dac-4db0-81a4-814672fb50af/chrome.css
Normal 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;
|
||||||
|
}
|
||||||
|
}
|
BIN
themes/20e8cc78-3dac-4db0-81a4-814672fb50af/image.png
Normal file
BIN
themes/20e8cc78-3dac-4db0-81a4-814672fb50af/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 132 KiB |
8
themes/20e8cc78-3dac-4db0-81a4-814672fb50af/readme.md
Normal file
8
themes/20e8cc78-3dac-4db0-81a4-814672fb50af/readme.md
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
|
||||||
|
# Zen Mod: Right Side Glance Buttons
|
||||||
|
|
||||||
|
Move the at a glance buttons to the right side of the window.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
[Source code at GitHub](https://github.com/psu/zen-mods)
|
14
themes/20e8cc78-3dac-4db0-81a4-814672fb50af/theme.json
Normal file
14
themes/20e8cc78-3dac-4db0-81a4-814672fb50af/theme.json
Normal 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"
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue