zen-browser / theme-store

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

[create-theme]: elementary OS Titlebar #182

Closed SudoVanilla closed 2 weeks ago

SudoVanilla commented 2 weeks ago

Name

elementary OS Titlebar

Description

Respect elementary OS's default titlebar layout

Homepage

https://ark.sudovanilla.org/Korbs/zen-eos-fix

Image

https://md.sudovanilla.org/images/zen-eos-fix.png

Type

Theme Styles

/* Move Maximize Button to Right-Side */
.titlebar-button.titlebar-max {
  position: fixed;
  right: 11px;
  top: 12px;
}
#PanelUI-button {
  margin-right: 36px;
}

/* Move Close Button a little to the right too */
.titlebar-button.titlebar-close {
  margin-left: 10px;
}

/* Fix Corners */
#zen-main-app-wrapper {
    border-radius: 6px 6px 0px 0px;
}

Readme

Respect elementary OS's default titlebar layout.

Preferences

No response

github-actions[bot] commented 2 weeks 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.