Fix visualizzazione lista mezzi

This commit is contained in:
Curry141 2025-04-15 18:01:03 +02:00 committed by GitHub
parent 5745280eef
commit 8bb306e44d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -176,12 +176,12 @@ table.image-table img {
width: 100%; width: 100%;
} }
td { table.image-table td {
display: block; display: block;
width: 100%; width: 100%;
} }
img { table.image-table img {
margin-bottom: 10px; margin-bottom: 10px;
} }
} }