zen-browser / theme-store

🎨 Theme repository for @zen-browser!
https://zen-browser.github.io/theme-store/themes.json
MIT License
89 stars 27 forks source link

[create-theme]: Hide Restore/Maximize Button #416

Closed StyingDev closed 1 week ago

StyingDev commented 1 week ago

Name

Hide Restore Button

Description

Hide the Restore/Maximize button on Zen.

Homepage

https://github.com/StyingDev/Styings-Zen-Browser-Mods/tree/main/Hide%20Restore%20and%20Maximize%20button

Image

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

Type

Theme Styles

/* Hides the toolbarbutton element for restore and minimize */
toolbarbutton.titlebar-button.titlebar-restore {
  display: none;
}

toolbarbutton.titlebar-button.titlebar-max {
  display: none;
}

Readme

# Zen Browser Toolbar Button Hider

This project provides a simple CSS modification to hide the "Restore Down" and "Maximize" buttons in the Zen Browser.

This style ensure that the specified buttons are no longer visible in the browser interface, offering a more minimalist UI.

Preferences

No response

github-actions[bot] commented 1 week ago

Thank you for your contribution! :tada:

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.