neilimixamo / Home-Assistant-Quick-Look-Mobile

127 stars 6 forks source link

overlap #18

Open xADDRx opened 1 year ago

xADDRx commented 1 year ago

HI,

I have the problem that the fields overlap see photo.

grafik

Can you change that?Or am I doing something wrong?

neilimixamo commented 1 year ago

Hi @xADDRx, this screenshot doesn't seem to come frome a mobile phone, am I wrong ? Since the layout and design are specifically optimized for mobile usage at the moment, it won't look nice on tablet nor computer. However, if you're using a computer, you can simulate the mobile view by accessing the browser's developer tools (F12) and selecting the "mobile view" option. This will allow you to see the dashboard as it is intended for mobile devices.

xADDRx commented 1 year ago

Hi,

I have the problem in Firefox as well as on my Iphone 11 Pro max. Switch

example from home view:

`title: home_favorites path: home_favorites icon: mdi:home theme: Quick Look Mobile background: "var(--theme)" type: custom:grid-layout layout: margin: -0.5vh 1vh 0vh grid-template-columns: auto grid-template-rows: 19.5vh 7.5vh 50vh 4vh 10vh 9vh grid-template-areas: | "header" "subheader" "main" "footer_title" "footer" "menu" cards:

neilimixamo commented 1 year ago

There might be an indentation error somewhere, but the way the code is displayed above makes it difficult to read. Could you please provide the code again, properly formatted with indentation like this :

image

xADDRx commented 1 year ago

Hi,

here is the Code.

1.1_home (v2.0.0).txt

neilimixamo commented 1 year ago

Hi @xADDRx , sorry for the delay, I was able to test your code today but unfortunately without being able to reproduce this display bug. Does this happen systematically in all your views or only with the "home" view?

xADDRx commented 1 year ago

Hi,

Unfortunately in every view :(

neilimixamo commented 1 year ago

Which version of "Button Card @RomRider" are you using ?

Is the problem of overlapping elements still present when you remove the "Group 2" title card and place 16 cards within the first grid card?