NemesisRE / kiosk-mode

🙈 Hides the Home Assistant header and/or sidebar
MIT License
414 stars 17 forks source link

Hide menu when hide_menubutton is activated and the sidebar is collapsed #285

Closed elchininet closed 1 month ago

elchininet commented 1 month ago

This pull request hides completely the .menu element when the hide_menubutton is activated and the sidebar is collapsed. This is to avoid an empty space that remains when the menu button is removed.

hide_menubutton is true and the sidebar is collapsed:

Before After
image image

Closes: #284