limit img.mimeicon in width

This commit is contained in:
Uwe Steinmann 2021-05-01 08:58:46 +02:00
parent 49e46a6aab
commit a3d2f844b0

View File

@ -39,6 +39,8 @@ img.mimeicon {
border-style: solid;
border-width: 1px 2px 2px 1px;
background-color: white;
max-width: 100%;
min-width: 60px;
}
span.list-details {