Open xADDRx opened 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.
Hi,
I have the problem in Firefox as well as on my Iphone 11 Pro max.
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:
type: custom:layout-card # MAIN view_layout: grid-area: main layout_type: custom:vertical-layout layout: height: 50vh margin: 0vh 0vh 0vh padding: 0vh 0.4vh cards:
type: grid columns: 2 square: false cards:
type: custom:button-card # ENTITY 01 template: light #can be replaced with one of these card templates:
# security_expandable
# climate
# climate_expandable
# fan
# fan_expandable
# light
# light_expandable
# cover
# cover_expandable
# media
# media_expandable
# device
# device_expandable
# person
# person_expandable
# media
variables: entity: light.standlicht_group name: Standlicht #optional, leave blank to keep friendly_name label: #optional
type: custom:button-card # ENTITY 02 template: light variables: entity: light.esszimmer name: Esszimmer label:
type: custom:button-card # ENTITY 03 template: cover variables: entity: cover.amelia_group name: test label:
type: custom:button-card # ENTITY 04 template: cover variables: entity: cover.schlafzimmer_group name: Schlafzimmer label:
type: custom:button-card # ENTITY 05 template: cover variables: entity: cover.roller_shutter_3_6 name: test label:
type: custom:button-card # ENTITY 06 template: device variables: entity: switch.gartenpumpe name: Gartenpumpe label:
type: custom:button-card # ENTITY 07 template: light #or any other valid template variables: entity: light.nachtlicht_nancy remote: name: test label:
type: custom:button-card # ENTITY 08 template: light #or any other valid template variables: entity: light.nachtlicht_nancy name: test label:
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 :
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?
Hi,
Unfortunately in every view :(
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?
HI,
I have the problem that the fields overlap see photo.
Can you change that?Or am I doing something wrong?