Finish import_viewer gui

This commit is contained in:
Pieter Vander Vennet 2022-01-24 03:09:21 +01:00
parent cd09efca94
commit 33ef83c4a9
14 changed files with 198 additions and 103 deletions

View file

@ -752,14 +752,14 @@ video {
bottom: 0px;
}
.top-4 {
top: 1rem;
}
.right-1\/3 {
right: 33.333333%;
}
.top-4 {
top: 1rem;
}
.top-0 {
top: 0px;
}
@ -872,6 +872,14 @@ video {
margin-top: 0.25rem;
}
.ml-4 {
margin-left: 1rem;
}
.mb-24 {
margin-bottom: 6rem;
}
.mr-4 {
margin-right: 1rem;
}
@ -912,10 +920,6 @@ video {
margin-left: 0.25rem;
}
.mb-24 {
margin-bottom: 6rem;
}
.mr-0 {
margin-right: 0px;
}
@ -1182,10 +1186,6 @@ video {
flex-grow: 1;
}
.table-auto {
table-layout: auto;
}
.border-collapse {
border-collapse: collapse;
}