Removed panel ui button for macos users

This commit is contained in:
mr. M
2025-01-26 20:04:35 +01:00
parent cfa03fe1f9
commit 462f354a9d
2 changed files with 9 additions and 0 deletions

View File

@@ -19,6 +19,12 @@
height: var(--zen-toolbar-height);
}
@media (-moz-platform: macos) and (not (-moz-bool-pref: 'zen.view.mac.show-three-dot-menu')) {
&:not([customizing]) #PanelUI-button {
display: none;
}
}
& #zen-sidebar-top-buttons .toolbarbutton-1 {
& > .toolbarbutton-icon {
padding: 5px;