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

[file view] modification for mobile

This commit is contained in:
llj
2019-04-18 18:19:54 +08:00
parent e13ae46134
commit 7a0bcfc8e4
3 changed files with 67 additions and 3 deletions

View File

@@ -72,7 +72,7 @@ class FileView extends React.Component {
render() {
return (
<div className="h-100 d-flex flex-column">
<div className="file-view-header d-flex justify-content-between">
<div className="file-view-header d-flex justify-content-between align-items-center">
<FileInfo
isStarred={this.state.isStarred}
isLocked={this.state.isLocked}