zen-browser / theme-store

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

[create-theme]: New Tab button at bottom #428

Closed anikthink closed 3 hours ago

anikthink commented 3 hours ago

Name

New Tab button stickied at bottom

Description

Fixes the new tab button to the bottom of the vertical tabs list container.

Homepage

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

Image

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

Type

Theme Styles

/* Fix new tab button to the bottom */
#newtab-button-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 4px 0 !important;
}

Readme

Moves the new tab button to the bottom of the vertical tabs list.

This is more intuitive than the default position because new tabs are added at the bottom.

Preferences

No response

github-actions[bot] commented 3 hours 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 be less than 25 characters.