ha-fusion
ha-fusion copied to clipboard
Sidescroll Views Menu - Width
I have about 6 views, and when i have portrait mode on my iPhone the width of the "menu" for the views is about 70%, and not 100%.
It would be super beneficial if it could go 100%.
Current code says:
@media (max-width: 768px) .navigation-container.svelte-1k4q95j.svelte-1k4q95j { width: calc(100vw - 160px)!important; }
What worked:
@media (max-width: 768px) .navigation-container.svelte-1k4q95j.svelte-1k4q95j { width: calc(132vw - 160px)!important; }
related https://github.com/matt8707/ha-fusion/issues/15