1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 15:53:28 +00:00

enable show contact email when search user (#4641)

* enable show contact email when search user

* [user-select] added new user option with email shown

Co-authored-by: lian <lian@seafile.com>
Co-authored-by: llj <lingjun.li1@gmail.com>
This commit is contained in:
lian
2020-08-14 14:45:44 +08:00
committed by GitHub
parent ef95810d4e
commit 12b200f3e1
6 changed files with 28 additions and 5 deletions

View File

@@ -0,0 +1,7 @@
.user-option-name {
font-size: 14px;
font-weight: 500;
}
.user-option-email {
font-size: 12px;
}