mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-09 19:01:42 +00:00
improve icon-img size (#2812)
This commit is contained in:
@@ -149,7 +149,7 @@ class Item extends Component {
|
||||
|
||||
return (
|
||||
<tr onMouseEnter={this.onMouseEnter} onMouseLeave={this.onMouseLeave}>
|
||||
<td><img src={iconUrl} title={iconTitle} alt={iconTitle} width="24" /></td>
|
||||
<td><img className="icon" src={iconUrl} title={iconTitle} alt={iconTitle} width="24" /></td>
|
||||
<td><Link to={folderUrl}>{item.folder_name}</Link></td>
|
||||
{shareTo}
|
||||
<td>
|
||||
|
Reference in New Issue
Block a user