Sticky calibration camera display card (#1294)

* Stick camera card in calibration view to top

* Spacing
This commit is contained in:
Devon Doyle
2024-03-21 15:39:07 -04:00
committed by GitHub
parent 97d2050a99
commit 15da06b24c

View File

@@ -151,6 +151,12 @@ th {
justify-content: center;
}
@media only screen and (min-width: 960px) {
#camera-settings-camera-view-card {
position: sticky;
top: 12px;
}
}
@media only screen and (min-width: 512px) and (max-width: 960px) {
.stream-container {
flex-wrap: nowrap;