mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-25 01:41:40 +00:00
Sticky calibration camera display card (#1294)
* Stick camera card in calibration view to top * Spacing
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user