mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-03 16:10:26 +00:00
optimize header style
This commit is contained in:
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;
|
||||
}
|
Reference in New Issue
Block a user