Thumbnails and accurate durations in scan-list tab
This commit is contained in:
parent
257d700333
commit
91057f164a
4 changed files with 117 additions and 15 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue