1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-07-19 01:29:05 +00:00
seahub/frontend/src/pages/markdown-editor/css/header-toolbar.css

26 lines
347 B
CSS
Raw Normal View History

2022-05-25 08:11:02 +00:00
.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;
}