mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-10 03:11:07 +00:00
[image file view] modified 'header' ui (#2987)
This commit is contained in:
@@ -39,8 +39,7 @@ class FileToolbar extends React.Component {
|
||||
}
|
||||
}
|
||||
return (
|
||||
<div>
|
||||
<ButtonGroup>
|
||||
<ButtonGroup className="align-self-center">
|
||||
<IconButton
|
||||
id="open-parent-folder"
|
||||
icon="fa fa-folder-open"
|
||||
@@ -92,7 +91,6 @@ class FileToolbar extends React.Component {
|
||||
/>
|
||||
)}
|
||||
</ButtonGroup>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
@@ -5,7 +5,7 @@ body {
|
||||
height: 100%;
|
||||
}
|
||||
.file-view-header {
|
||||
padding: 10px 15px;
|
||||
padding: 4px 10px;
|
||||
border-bottom: 1px solid #c9c9c9;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user