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

Closed StyingDev closed 1 week ago

StyingDev commented 1 week ago

Name

Hide Restore/Maximize

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

Error creating theme

Sorry about that! There was an error creating the theme. Please try again or contact the maintainers for help.

Name must only contain letters, numbers, and spaces.