17 lines
252 B
SCSS
17 lines
252 B
SCSS
:host {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 5px;
|
|
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
|
|
frigate-card-viewer-carousel {
|
|
flex: 1;
|
|
min-height: 0;
|
|
}
|
|
|
|
frigate-card-thumbnail-carousel {
|
|
flex: 0 0 var(--frigate-card-carousel-thumbnail-size);
|
|
} |