Problème sur l'affichage mobile

Même résultat hélas.
Le code :

type: vertical-stack
cards:
  - type: custom:expander-card
    gap: 0em
    padding: 0em
    clear: false
    expanded: false
    title: Exterior
    overlay-margin: 1em
    child-padding: 0em
    button-background: transparent
    title-card-button-overlay: true
    title-card:
      type: custom:mushroom-template-card
      primary: Radiateur
      entity: climate.radiateur_salon
      icon: mdi:radiator
      icon_color: |
        {% if is_state(config.entity, 'heat') %}
          orange
        {% else %}  
          white
        {% endif %}
      layout: horizontal
      tap_action:
        action: more-info
    cards:
      - type: custom:swipe-card
        start_card: 1
        reset_after: 20
        parameters:
          pagination:
            type: bullets
        cards:
          - type: custom:versatile-thermostat-ui-card
            entity: climate.radiateur_salon
            disable_name: false
            disable_window: false
            disable_overpowering: false
            disable_heat: false
            disable_heat_cool: true
            disable_cool: true
            disable_auto: false
            disable_dry: true
            disable_off: false
            disable_fan_only: true
            disable_menu: false
            disable_security_warning: false
            set_current_as_main: false
            disable_buttons: false
            disable_power_infos: false
            disable_auto_fan_infos: true
          - type: custom:scheduler-card
            include:
              - climate
            exclude:
              - Masterbedroom
            title: Salon
            tags:
              - Hiver
              - Salon
            exclude_tags: Masterbedroom
            sort_by:
              - state
              - title
            display_options:
              primary_info: default
              secondary_info:
                - time
              icon: action
            show_header_toggle: false
            time_step: 10
            discover_existing: true