mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-05 17:02:47 +00:00
Feature/gallery view (#6578)
* add gallery view, display images in grid layout * remove redundant code * clean up redundant code, improve responsive gallery * improve gaps in gallery
This commit is contained in:
@@ -113,7 +113,7 @@ class DirTool extends React.Component {
|
||||
|
||||
if (isFileExtended) {
|
||||
return (
|
||||
<div className="d-flex">
|
||||
<div className="dir-tool">
|
||||
<MetadataViewToolBar viewId={viewId} />
|
||||
</div>
|
||||
);
|
||||
|
Reference in New Issue
Block a user