Skip to content

Commit

Permalink
Fix floating camera icon
Browse files Browse the repository at this point in the history
  • Loading branch information
marksteward committed May 28, 2024
1 parent ae382d3 commit 538fc15
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions css/schedule.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,20 +49,18 @@
}

.no-recording {
position: relative;
width: 32px;
height: 32px;
display: grid;
grid-template-columns: [overlay] 32px;
grid-template-rows: [overlay] 32px;

.camera {
position: absolute;
top: 8px;
left: 6px;
grid-area: overlay;
margin-top: auto;
text-align: center;
}

.slash {
position: absolute;
top: 0;
left: 0;
grid-area: overlay;
color: #e62b27;
}
}
Expand Down

0 comments on commit 538fc15

Please sign in to comment.