1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-20 02:48:51 +00:00
This commit is contained in:
Michael An
2019-03-07 16:40:01 +08:00
committed by Daniel Pan
parent 56af7a510e
commit b637fb098b
3 changed files with 44 additions and 13 deletions

View File

@@ -1,11 +1,15 @@
.group-member-list-header {
border-bottom: 1px solid #e3e3e5;
padding-bottom: 10px;
margin-bottom: 0px;
}
.group-member-list {
box-sizing: border-box;
max-height: 400px;
overflow-y: auto;
border-top: 0;
margin-top: 0;
padding-top: 0;
}
.group-member-list .user-item {
margin: 0px -10px;
padding: 5px 10px;
line-height: 2rem;
}
.group-member-list .user-item:hover {