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:
@@ -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
|
||||
|
Reference in New Issue
Block a user