mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-06 17:33:18 +00:00
[shard pdf file view] small fixup for UI (#3093)
This commit is contained in:
@@ -67,11 +67,9 @@ class SharedFileViewImage extends React.Component {
|
|||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
return (
|
return (
|
||||||
<div className="shared-file-view-body d-flex text-center">
|
<div className="shared-file-view-body pdf-file-view">
|
||||||
<div className="pdf-file-view flex-1">
|
|
||||||
<PDFViewer />
|
<PDFViewer />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user