better height for sizing

super-timeline
Moe 2023-08-01 15:57:29 -07:00
parent fb32701676
commit 20d78ac0f3
1 changed files with 3 additions and 3 deletions

View File

@ -8,13 +8,13 @@
height: 100%;
}
#timeline-video-canvas .timeline-video.col-md-4 {
height:33%;
height:33vh;
}
#timeline-video-canvas .timeline-video.col-md-6 {
height: 50%;
height: 50vh;
}
#timeline-video-canvas .timeline-video.col-md-12 {
height: 100%;
height: 80vh;
margin-bottom: 0.5rem !important;
}
#timeline-video-canvas .timeline-video.no-video{