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:
parent
09e50abff4
commit
c15edbbfe6
25
frontend/src/pages/markdown-editor/css/header-toolbar.css
Normal file
25
frontend/src/pages/markdown-editor/css/header-toolbar.css
Normal 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;
|
||||||
|
}
|
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user