Layout improvements and stitch info in scan tab

This commit is contained in:
jaknapper 2025-05-13 17:08:43 +01:00
parent 3eea4bbaf6
commit a5d85a7d9e
3 changed files with 15 additions and 6 deletions

View file

@ -438,6 +438,7 @@ html {
.thumbnail-fit {
max-height: 120px;
max-width: 240px;
object-fit: contain;
overflow-y: hidden;
}