mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-14 09:19:38 +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;
|
font-size: 22px !important;
|
||||||
}
|
}
|
||||||
et2-vfs-mime img {
|
et2-vfs-mime img {
|
||||||
width: auto !important;
|
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
et2-vfs-mime img.overlay {
|
et2-vfs-mime img.overlay {
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
<nextmatch-header label="Kanban" id="kanban"/>
|
<nextmatch-header label="Kanban" id="kanban"/>
|
||||||
</row>
|
</row>
|
||||||
<row class="row $row_cont[class]">
|
<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>
|
<et2-image src="${row}[locked]" statustext="$row_cont[locked_status]"></et2-image>
|
||||||
<vfs id="$row" no_lang="1"/>
|
<vfs id="$row" no_lang="1"/>
|
||||||
<vfs-size align="right" id="${row}[size]"/>
|
<vfs-size align="right" id="${row}[size]"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user