1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-07-14 07:24:58 +00:00

optimize header style

This commit is contained in:
shanshuirenjia 2022-05-25 16:11:02 +08:00
parent 09e50abff4
commit c15edbbfe6
2 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,25 @@
.seafile-btn-view-review {
display: flex;
align-items: center;
}
.seafile-btn-view-review .tag:hover {
cursor: pointer;
}
.topbar-btn-container {
display: flex;
align-items: center;
}
.seafile-btn-add-review {
margin-right: 10px;
}
.btn-new-draft {
margin-right: 10px;
}
.collab-users-dropdown.dropdown {
margin-right: 6px;
}

View File

@ -7,6 +7,8 @@ import CollabUsersButton from './collab-users-button';
import MoreMenu from './more-menu'; import MoreMenu from './more-menu';
import FileInfo from './file-info'; import FileInfo from './file-info';
import '../css/header-toolbar.css';
const { seafileCollabServer } = window.app.config; const { seafileCollabServer } = window.app.config;
const { canDownloadFile } = window.app.pageOptions; const { canDownloadFile } = window.app.pageOptions;