Einen Rahmen um die ganze Stapel-Karte?

Hi!

Ich versuche einen Rahmen um eine ganze vertical-stack zu erzeugen aber es will einfach nicht…

um die einzelnen Einträge bekomme ich es hin, aber nicht um beide zusammen.

Hat jemand eine Idee was ich falsch mache?

type: vertical-stack
cards:
  - type: custom:mushroom-cover-card
    entity: cover.hmip_broll_001120c9a84f4d
    show_position_control: false
    show_buttons_control: false
    tap_action:
      action: more-info
    name: Terrasse
    grid_options:
      columns: 6
      rows: 1
    icon: kuf:fts_sunblind
    fill_container: false
    show_tilt_position_control: false
  - type: tile
    entity: input_boolean.rolladensperreterrasse
    features_position: bottom
    vertical: false
    name: Terrasse Sperre
    color: red
    tap_action:
      action: toggle
    icon_tap_action:
      action: toggle
style: |
  ha-card {
    border: 2px solid #ffa500;
    }
grid_options:
  columns: 6
  rows: auto

ICHN HABS! :laughing:

type: custom:mod-card
style: |
  ha-card {
    border: 2px solid #ffa500;
  }
card:
  type: vertical-stack
  cards:
    - type: custom:mushroom-cover-card
      entity: cover.hmip_broll_001120c9a84f4d
      show_position_control: false
      show_buttons_control: false
      tap_action:
        action: more-info
      name: Terrasse
      grid_options:
        columns: 6
        rows: 1
      icon: kuf:fts_sunblind
      fill_container: false
      show_tilt_position_control: false
    - type: tile
      entity: input_boolean.rolladensperreterrasse
      features_position: bottom
      vertical: false
      name: Sperre
      color: red
      tap_action:
        action: toggle
      icon_tap_action:
        action: toggle
grid_options:
  columns: 6
  rows: auto

Wer sucht der findet!

Lässt sich denn der ganze Inhalt eigentlich zentrieren? Alos jetzt ist es Linksbündig. Zentriert wäre klasse!