Skip to content

Commit

Permalink
Sticky calibration camera display card (#1294)
Browse files Browse the repository at this point in the history
* Stick camera card in calibration view to top

* Spacing
  • Loading branch information
DevonRD authored Mar 21, 2024
1 parent 97d2050 commit 15da06b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions photon-client/src/components/cameras/CamerasView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 15da06b

Please sign in to comment.