From f21a46297a4ee8e05a9990ddd7f59e5fc5cc81e8 Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Tue, 19 May 2026 09:10:31 -0700 Subject: [PATCH] fix: Improve visual styling for transmitting/triggering (#2490) --- docs/configuration/view.md | 2 + src/components/live/carousel.ts | 2 + src/scss/live-carousel.scss | 79 +++++++++++++++++++++++++++++++++ src/scss/live-grid.scss | 53 ---------------------- src/scss/themes/base.scss | 7 +-- 5 files changed, 87 insertions(+), 56 deletions(-) diff --git a/docs/configuration/view.md b/docs/configuration/view.md index b241dc8f..52d31abe 100644 --- a/docs/configuration/view.md +++ b/docs/configuration/view.md @@ -114,6 +114,8 @@ Allows overriding of any CSS value, can be used to tweak theming parameters. | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------ | | Any CSS key. Overriding the [Advanced Camera Card](https://github.com/dermotduffy/advanced-camera-card/blob/main/src/scss/themes/base.scss) CSS variables allows changing individual theming parameters, e.g. `--advanced-camera-card-menu-override-background` | Any CSS value, e.g. `red` or `rgba(10, 11, 12, 0.64)`. | +> [!WARNING] Changes to CSS keys are not considered breaking changes and may not have an associated [major version change](../developing.md?id=release-philosophy). + ## `triggers` The `triggers` block controls how the card reacts when a camera is triggered diff --git a/src/components/live/carousel.ts b/src/components/live/carousel.ts index bbcd5f49..83a860de 100644 --- a/src/components/live/carousel.ts +++ b/src/components/live/carousel.ts @@ -445,6 +445,8 @@ export class AdvancedCameraCardLiveCarousel extends LitElement { ${this._renderNextPrevious('right', neighbors)} +
+