some basic viewer

This commit is contained in:
Robin Appelman 2023-04-29 14:54:53 +02:00
commit 5910b2f35a
45 changed files with 1089 additions and 1436 deletions

View file

@ -0,0 +1,21 @@
.timeline {
width: 100%;
height: 100px;
}
.timeline-progress {
position: absolute;
bottom: -60px;
left: 0;
width: 100%;
height: 160px;
}
.timeline-background {
position: absolute;
bottom: 22px;
left: 0;
width: 100%;
height: 78px;
transform: scale(1, -1);
}