Skip to content

Commit

Permalink
Fix: hide customization toolbar visibility button in CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard-Woessner committed Nov 11, 2024
1 parent 3277e06 commit 98cce77
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/browser/base/content/zen-styles/zen-single-components.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,7 @@
display: none;
}
}

#customization-toolbar-visibility-button{
display: none !important;
}

0 comments on commit 98cce77

Please sign in to comment.