From 15da06b24c372d033c29aef2438309f96bde3d5f Mon Sep 17 00:00:00 2001 From: Devon Doyle Date: Thu, 21 Mar 2024 15:39:07 -0400 Subject: [PATCH] Sticky calibration camera display card (#1294) * Stick camera card in calibration view to top * Spacing --- photon-client/src/components/cameras/CamerasView.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/photon-client/src/components/cameras/CamerasView.vue b/photon-client/src/components/cameras/CamerasView.vue index 4b4530f98..de4724827 100644 --- a/photon-client/src/components/cameras/CamerasView.vue +++ b/photon-client/src/components/cameras/CamerasView.vue @@ -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;