Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 45 additions & 0 deletions themes/00ba9011-2e3c-44a8-a8a0-06402796d1b2/chrome.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@

#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;
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions themes/00ba9011-2e3c-44a8-a8a0-06402796d1b2/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

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
14 changes: 14 additions & 0 deletions themes/00ba9011-2e3c-44a8-a8a0-06402796d1b2/theme.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"id": "00ba9011-2e3c-44a8-a8a0-06402796d1b2",
"name": "Better Titlebar",
"description": "Centers the Title Bar and Favorites",
"homepage": "https://github.com/pon7rung/Better-Titlebar/tree/main",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/00ba9011-2e3c-44a8-a8a0-06402796d1b2/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/00ba9011-2e3c-44a8-a8a0-06402796d1b2/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/00ba9011-2e3c-44a8-a8a0-06402796d1b2/image.png",
"author": "pon7rung",
"version": "1.0.0",
"tags": [],
"createdAt": "2025-10-10",
"updatedAt": "2025-10-10"
}