nuclearcodecat / shimmer

pleasant firefox userchrome with sidebery support
GNU General Public License v3.0
87 stars 4 forks source link

What is the reason for not displaying these two? #23

Open OutshineIssue opened 2 hours ago

OutshineIssue commented 2 hours ago
#toolbar-menubar {
  display: none !important;
}

I use the menu bar frequently, so this line is quite frustrating.

.titlebar-spacer {
  display: none !important;
}

This is causing some layout issues for me, and I can't find any reason for it not to be displayed.

OutshineIssue commented 2 hours ago

Could you please add the current version as a comment at the top of the userChrome file for easier tracking? Additionally, if possible, please include support for this Add-on. Thank you!