Thumbnails and accurate durations in scan-list tab

This commit is contained in:
jaknapper 2025-04-22 19:02:29 +01:00
parent 257d700333
commit 91057f164a
4 changed files with 117 additions and 15 deletions

View file

@ -441,6 +441,12 @@ html {
height: 100%;
}
.thumbnail-fit {
max-height: 120px;
object-fit: contain;
overflow-y: hidden;
}
// Style tour
.v-tour__target--highlighted {
box-shadow: 0px 40px 200px 30px rgba(0, 0, 0, 0.5),