mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-16 15:19:06 +00:00
@@ -253,8 +253,12 @@
|
||||
background: #f5f5f5;
|
||||
}
|
||||
|
||||
.dir-view-path .cur-view-path-btn {
|
||||
margin-left: -4px;
|
||||
.cur-view-path.lib-cur-view-path {
|
||||
padding-left: 12px;
|
||||
}
|
||||
|
||||
.cur-view-path.lib-cur-view-path .selected-dirents-toolbar {
|
||||
padding-left: 4px;
|
||||
}
|
||||
|
||||
.dir-view-path .path-item {
|
||||
|
@@ -194,7 +194,7 @@ class LibContentContainer extends React.Component {
|
||||
{gettext('This library has been set to read-only by admin and cannot be updated.')}
|
||||
</div>
|
||||
}
|
||||
<div className="cur-view-path">
|
||||
<div className="cur-view-path lib-cur-view-path">
|
||||
<div className={classnames('cur-view-path-left', { 'w-100': !isDesktop, 'animation-children': hasSelectedFile })}>
|
||||
{isDirentSelected ? (
|
||||
<ToolbarForSelectedDirents
|
||||
|
Reference in New Issue
Block a user