DBuit / light-popup-card

Lovelace card to use as custom pop-up for light in homekit style
168 stars 38 forks source link

Popup header gets wrong color on phone #51

Open filikun opened 3 years ago

filikun commented 3 years ago

Not sure how I get the header to display as the rest of the popup. On desktop it shows up just fine.

https://hastebin.com/ucesuvurud.rb

https://imgur.com/a/XO09DXl

filikun commented 3 years ago

Still an issue in Version 0.4.8.4

tomerbs commented 3 years ago

Same issue here.

IamMrandrew commented 3 years ago

I guess the header will show up any when screensize is decrease to mobile size? My workaround is to change the header color to gray to make it less visible

ryanmsnyder commented 3 years ago

Having the same issue. Is there a way to remove the header altogether?

filikun commented 3 years ago

I guess the header will show up any when screensize is decrease to mobile size? My workaround is to change the header color to gray to make it less visible

Yeah It's kinda weird, it does not show in this compact size image

But If I make it just a little bit smaller

image

filikun commented 3 years ago

So this might be the solution, after some tinkering I just added app-header-background-color: rgba(0, 0, 0, 0) to my current theme and now it works as intentional.