ha-fusion icon indicating copy to clipboard operation
ha-fusion copied to clipboard

Sidescroll Views Menu - Width

Open imMrRAW opened this issue 1 year ago • 1 comments

Uploading Fusion.jpg… 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; }

imMrRAW avatar Feb 07 '24 10:02 imMrRAW

related https://github.com/matt8707/ha-fusion/issues/15

matt8707 avatar Feb 10 '24 14:02 matt8707