the preview image size in tables has been adjusted for better visibility

This commit is contained in:
RaptorDE 2024-05-26 19:03:46 +02:00 committed by GitHub
parent 4eb223c401
commit 48e2718dd1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,8 +18,8 @@
*/ */
.hoverpic { .hoverpic {
min-width: 10px; min-width: 30px;
max-width: 30px; max-width: 80px;
display: block; display: block;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
@ -49,7 +49,7 @@
} }
.part-table-image { .part-table-image {
max-height: 40px; max-height: 80px;
object-fit: contain; object-fit: contain;
width: 100%; width: 100%;
} }