We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
images says it all:
notice the border below the entities card:
slightly resizing takes it out:
I was halfway filing this in Frontend repo, because a similar thing is currently going on with the left/right chevrons in the menu bar, but tested this config with core conditional cards, and that did no show the border.
card config in Yaml mode:
title: Cameras binnen path: cameras_binnen type: panel icon: cli:home-video card_mod: class: class-header-margin cards: - type: custom:state-switch entity: switch.inside_wifi_cameras_privacy_mode states: 'on' : <<: &controls type: entities card_mod: class: class-header-margin title: Inside camera controls show_header_toggle: false state_color: true entities: - switch.inside_wifi_cameras_privacy_mode - switch.poe_inside_cameras 'off': type: custom:state-switch entity: mediaquery states: '(min-width: 1000px)': type: vertical-stack cards: - <<: *controls - another vertical stack all: type: vertical-stack cards: - <<: *controls - another vertical stack
The text was updated successfully, but these errors were encountered:
No branches or pull requests
images says it all:
notice the border below the entities card:
slightly resizing takes it out:
I was halfway filing this in Frontend repo, because a similar thing is currently going on with the left/right chevrons in the menu bar, but tested this config with core conditional cards, and that did no show the border.
card config in Yaml mode:
The text was updated successfully, but these errors were encountered: