mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-15 23:00:57 +00:00
* 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>
16 lines
286 B
CSS
16 lines
286 B
CSS
.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;
|
|
}
|