1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-19 01:44:13 +00:00

update dir shared item api (#4648)

* update dir shared item api

return contact_email and avatar_url field

* [share dialog] share to user: show avatar & user details popover for shared user

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:47:42 +08:00
committed by GitHub
parent 12b200f3e1
commit dcff1ff5e1
3 changed files with 62 additions and 4 deletions

View File

@@ -0,0 +1,15 @@
.user-details-popover {
border: 1px solid #eee;
border-radius: 4px;
box-shadow: 0 0 14px rgba(0, 0, 0, 0.14);
background: #fff;
z-index: 1000;
left: 2px;
}
.user-details-main {
border-bottom: 1px solid #eee;
}
.user-details-name {
font-size: 1rem;
font-weight: 500;
}