1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-26 07:22:34 +00:00

many participant bug

This commit is contained in:
Michael An
2019-06-29 15:22:01 +08:00
parent 74360f8484
commit a52a76826b
2 changed files with 7 additions and 3 deletions

View File

@@ -10,6 +10,7 @@
.participants .add-participants {
position: absolute;
cursor: pointer;
bottom: -3px;
}
.participants .add-participants i {
font-size: 16px;
@@ -17,6 +18,9 @@
border: 2px solid #fff;
border-radius: 50%;
}
.participants .participant-avatar, .participants .add-participants {
margin-right: -0.5rem;
}
/* file-participant-dialog */
.participant-add {
display: flex;