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 Fix #181

Closed SudoVanilla closed 2 weeks ago

SudoVanilla commented 2 weeks ago

Name

elementary OS Fix

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

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.