lovelace-state-switch icon indicating copy to clipboard operation
lovelace-state-switch copied to clipboard

1.9.1 breaks formatting on IOS App/Browser

Open benjycov opened this issue 3 years ago • 2 comments

I have a nested state-switch that changes the card based on the user and secondly where that user is.

cards:      
  - type: custom:state-switch
    entity: user
    default: default
    states:
      Ben:
        type: vertical-stack 
        cards:
          - type: entities
            entities:
              - entity: input_select.location_ben
                name: Ben
                icon: mdi:home-account
          - type: custom:state-switch
            entity: input_select.location_ben
            states:
              Hallway:
                !include view_hallway.yaml
              Kitchen:
                !include view_lr.yaml
              Living Room:
                !include view_lr.yaml

It works perfectly on 1.9.0, but with 1.9.1 the sub cards seem zoomed in and clipped (see attached).

image_6487327 image_6487327 (1)

benjycov avatar Nov 02 '21 11:11 benjycov

Same here with same exanple

Predjee avatar Jan 07 '22 12:01 Predjee

Please try release 1.9.3.

thomasloven avatar Mar 01 '22 10:03 thomasloven