Skip to content

Commit f70d5d5

Browse files
authored
Merge pull request #1380 from zen-browser/create-theme-1379
Add theme: Right Side Glance Buttons
2 parents 67b4b8f + 652468b commit f70d5d5

4 files changed

Lines changed: 37 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
/**
3+
* Zen Mod: Right Side Glance Buttons
4+
* Move the at a glance buttons to the right side of the window.
5+
* Pontus Sundén <hi@pontus.cc>
6+
*/
7+
#zen-glance-sidebar-container {
8+
left: unset !important;
9+
right: 6% !important;
10+
top: 60px !important;
11+
toolbarbutton {
12+
box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.07) !important;
13+
border: rgba(180, 180, 180, 0.2) 0.2px solid;
14+
}
15+
}
132 KB
Loading
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
# Zen Mod: Right Side Glance Buttons
3+
4+
Move the at a glance buttons to the right side of the window.
5+
6+
![screenshot](./glance-buttons-right.png)
7+
8+
[Source code at GitHub](https://github.com/psu/zen-mods)
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"id": "20e8cc78-3dac-4db0-81a4-814672fb50af",
3+
"name": "Right Side Glance Buttons",
4+
"description": "Move the at a glance buttons to the right side of the window.",
5+
"homepage": "https://github.com/psu/zen-mods",
6+
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/20e8cc78-3dac-4db0-81a4-814672fb50af/chrome.css",
7+
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/20e8cc78-3dac-4db0-81a4-814672fb50af/readme.md",
8+
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/20e8cc78-3dac-4db0-81a4-814672fb50af/image.png",
9+
"author": "psu",
10+
"version": "1.0.0",
11+
"tags": [],
12+
"createdAt": "2025-03-28",
13+
"updatedAt": "2025-03-28"
14+
}

0 commit comments

Comments
 (0)