Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[create-theme]: Remove browser padding #47

Closed
mauro-balades opened this issue Aug 17, 2024 · 1 comment
Closed

[create-theme]: Remove browser padding #47

mauro-balades opened this issue Aug 17, 2024 · 1 comment
Labels
new-theme Submit a theme to be added to the theme library

Comments

@mauro-balades
Copy link
Member

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

Image

https://i.imgur.com/kifJNaA.png

Theme Styles

#tabbrowser-tabpanels {
    & .browserSidebarContainer:not([zen-split="true"]) {
        --zen-browser-border-radius: var(--zen-border-radius) 0 0 0;
        --zen-element-separation: 0;
    }
}

Readme

# 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!

Preferences

No response

@mauro-balades mauro-balades added the new-theme Submit a theme to be added to the theme library label Aug 17, 2024
Copy link
Contributor

Thank you for your contribution! 🎉

Your theme has been successfully submitted. The maintainers will review it and get back to you soon.

Here are some details about your submission:

If you have any questions or need help, feel free to ask in the comments below or in the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-theme Submit a theme to be added to the theme library
Projects
None yet
Development

No branches or pull requests

1 participant