1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-04 00:20:07 +00:00

change grid file icon size to 80px (#7363)

This commit is contained in:
Michael An
2025-01-15 11:53:00 +08:00
committed by GitHub
parent 61215e4376
commit 3a4ce4e59f
2 changed files with 3 additions and 3 deletions

View File

@@ -324,7 +324,7 @@ class DirentGridItem extends React.Component {
>
{(this.canPreview && dirent.encoded_thumbnail_src) ?
<img src={`${siteRoot}${dirent.encoded_thumbnail_src || ''}`} className="thumbnail" onClick={this.onItemClick} alt=""/> :
<img src={Utils.getDirentIcon(dirent, true)} width="96" alt='' />
<img src={Utils.getDirentIcon(dirent, true)} width="80" height="80" alt='' />
}
{is_locked &&
<img