fix thumbnails in filemanager where cut off by width of column, not scaled to fit

This commit is contained in:
ralf 2024-09-17 11:04:45 +02:00
parent eb14eef3df
commit 3f3dd901cc
2 changed files with 1 additions and 2 deletions

View File

@ -4021,7 +4021,6 @@ et2-vfs-mime {
font-size: 22px !important;
}
et2-vfs-mime img {
width: auto !important;
display: inline-block;
}
et2-vfs-mime img.overlay {

View File

@ -33,7 +33,7 @@
<nextmatch-header label="Kanban" id="kanban"/>
</row>
<row class="row $row_cont[class]">
<et2-vfs-mime align="center" id="$row"></et2-vfs-mime>
<et2-vfs-mime align="center" id="$row" width="100%"></et2-vfs-mime>
<et2-image src="${row}[locked]" statustext="$row_cont[locked_status]"></et2-image>
<vfs id="$row" no_lang="1"/>
<vfs-size align="right" id="${row}[size]"/>