1
0
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:
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;
}