* feat: Remove max thumbnail size * Remove old comment. * Set max to 350px * Decrease max size to 300px
7 lines
154 B
SCSS
7 lines
154 B
SCSS
:host {
|
|
--frigate-card-thumbnail-size-max: 300px;
|
|
--frigate-card-thumbnail-details-width: calc(
|
|
var(--frigate-card-thumbnail-size) + 200px
|
|
);
|
|
}
|