Add theme: scrollbar to screen edge

This commit is contained in:
tahawael 2025-03-15 06:54:23 +00:00 committed by GitHub
parent 2a9820d3e9
commit 5896116a97
4 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1,6 @@
@-moz-document url-prefix("chrome:") {
& #zen-tabbox-wrapper {
margin: 0 !important;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View file

@ -0,0 +1,4 @@
# scrollbar to screen edge
Puts the scrollbar to the very right edge of the screen

View file

@ -0,0 +1,14 @@
{
"id": "5cf483a0-4182-4240-8a32-c0693153dd00",
"name": "scrollbar to screen edge",
"description": "Puts the scrollbar to the very right edge of the screen",
"homepage": "",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5cf483a0-4182-4240-8a32-c0693153dd00/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5cf483a0-4182-4240-8a32-c0693153dd00/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5cf483a0-4182-4240-8a32-c0693153dd00/image.png",
"author": "tahawael",
"version": "1.0.0",
"tags": [],
"createdAt": "2025-03-15",
"updatedAt": "2025-03-15"
}