Update images.css to improve the preview image size on mobile phones

The hoverpic min-width and max-width are now the same size,  to improve the preview image size on mobile phones.
This commit is contained in:
RaptorDE 2024-06-09 12:14:52 +02:00 committed by GitHub
parent a9852248f3
commit 1a291744e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@
.hoverpic {
min-width: 30px;
max-width: 80px;
max-width: 30px;
display: block;
margin-left: auto;
margin-right: auto;
@ -49,7 +49,7 @@
}
.part-table-image {
max-height: 80px;
max-height: 40px;
object-fit: contain;
width: 100%;
}
@ -61,4 +61,4 @@
.object-fit-cover {
object-fit: cover;
}
}