mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
fix thumbnails in filemanager where cut off by width of column, not scaled to fit
This commit is contained in:
parent
eb14eef3df
commit
3f3dd901cc
@ -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 {
|
||||
|
@ -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]"/>
|
||||
|
Loading…
Reference in New Issue
Block a user