zen-browser / theme-store

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

[create-theme]: Hide New Tab Button #371

Closed mvahaste closed 6 days ago

mvahaste commented 6 days ago

Name

Hide New Tab Button

Description

Hide the new tab button in the sidebar.

Homepage

No response

Image

https://i.ibb.co/vctz4CK/thumb.png

Type

Theme Styles

#vertical-tabs-newtab-button {
  display: none !important;
}

Readme

This theme hides the vertical tabs new tab button in the sidebar by applying `display: none` to the corresponding `toolbarbutton` element. Nice if you always use keyboard shortcuts instead of the button anyway.

Preferences

No response

github-actions[bot] commented 6 days 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.