Fix sizes of download and zones buttons. Set videoFeed img tag to 100%

This commit is contained in:
Isaac Connor
2022-06-17 15:13:17 -04:00
parent a4621b3ade
commit 95b0f017af

View File

@@ -178,6 +178,10 @@ height: 100%;
height: 300px;
}
#videoFeed img {
width: 100%;
}
#eventThumbs img {
height: 25px; /* HACK - Although this is pixels it will be interpreted as a scale %ge, so 25px = 25% scaling for thumbnails */
margin: 2px;
@@ -277,3 +281,10 @@ svg.zones {
width: 100%;
height: 100%;
}
#downloadBtn {
line-height: 1;
font-size: 18px;
}
#toggleZonesButton span.material-icons {
font-size: 18px;
}