13 lines
156 B
SCSS
13 lines
156 B
SCSS
:host {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 5px;
|
|
}
|
|
|
|
frigate-card-live-carousel {
|
|
flex: 1;
|
|
min-height: 0;
|
|
}
|