Convert viewer to use the new surround.

This commit is contained in:
Dermot Duffy
2022-03-25 18:05:06 -07:00
parent 079c7c5da0
commit 40ed9ee336
5 changed files with 41 additions and 115 deletions
-17
View File
@@ -1,17 +0,0 @@
: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);
}
+9 -2
View File
@@ -1,5 +1,12 @@
:host {
height: 100%;
width: 100%;
display: block;
height: 100%;
display: flex;
flex-direction: column;
gap: 5px;
}
frigate-card-viewer-carousel {
flex: 1;
min-height: 0;
}