Skip to content

Commit

Permalink
DBC22-1107: updated side panel styling to align with the styling before
Browse files Browse the repository at this point in the history
DBC22-1107: updated side panel styling to align with the styling before
  • Loading branch information
bcgov-brwang authored and ray-oxd committed Sep 10, 2024
1 parent 7f9e90c commit 477f81c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/frontend/src/Components/map/panels/CamPanel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,10 @@
.clip {
position: relative;
overflow: hidden;
height: 180px;
margin-bottom: -10px; /* to allow overlap of image timestamp bar */
border-top-left-radius: 4px;
border-top-right-radius: 4px;

@media (min-width: 992px) {
height: 200px;
}

.card-img{
height: 100%;
width: 100%;
Expand Down Expand Up @@ -131,3 +126,7 @@
}
}
}

.camera-orientations {
padding-top: 0.61rem !important;
}

0 comments on commit 477f81c

Please sign in to comment.