Skip to content

[create-theme]: Better-Titlebar #1762

@pon7rung

Description

@pon7rung

Name

Better Titlebar

Description

Centers the Title Bar and Favorites

Homepage

https://github.com/pon7rung/Better-Titlebar/tree/main

Image

https://raw.githubusercontent.com/pon7rung/Better-Titlebar/refs/heads/main/Images/ScreenShot.png

Type

  • JSON Color Theme

Theme Styles

#PlacesToolbarItems {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

#nav-bar-customization-target.customization-target{
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

#urlbar-container, #wrapper-urlbar-container {
  flex: initial !important;
}

#urlbar-container{
  width: 30vw !important;
}

@media -moz-pref("zen.tabs.vertical") {
  :root:not([zen-window-buttons-reversed="true"]) {
    & .titlebar-buttonbox-container {
      margin-left: auto !important;
      width: fit-content !important;
      position: absolute !important;
      right: 0 !important;
    }
  }
}

@media not (-moz-platform: macos) {
  .titlebar-buttonbox-container {
    height: 38px !important;
  }
}

#zen-appcontent-navbar-container{
  height: 72px !important;
}

#PanelUI-button {
  position: absolute !important;
}

Readme

Centers the Title Bar and Favorites

[IMPORTANT] Remove all the Flexible space from your Top ToolBar, otherwise it will not be centered

[OBS] All Toolbar items will be next to your Favorites or your Title Bar

Preferences

Metadata

Metadata

Assignees

No one assigned

    Labels

    new-themeSubmit a theme to be added to the theme library

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions