mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-08 18:30:53 +00:00
optimize avatar in detail (#7601)
Co-authored-by: zhouwenxuan <aries@Mac.local>
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
width: 100%;
|
||||
height: fit-content;
|
||||
display: flex;
|
||||
padding: 26px 16px;
|
||||
padding: 20px 16px;
|
||||
border: none;
|
||||
font-size: 1rem;
|
||||
}
|
||||
@@ -69,10 +69,6 @@
|
||||
padding: 0 16px 8px;
|
||||
}
|
||||
|
||||
.lightbox-side-panel .file-details-collapse+.dirent-detail-people {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.lightbox-side-panel .sf-metadata-ui.collaborator-item,
|
||||
.lightbox-side-panel .sf-metadata-text-property-detail-editor:not(.formatter),
|
||||
.lightbox-side-panel .sf-metadata-number-property-detail-editor:focus {
|
||||
@@ -96,6 +92,9 @@
|
||||
background-color: #666;
|
||||
}
|
||||
|
||||
.lightbox-side-panel .dirent-detail-people {
|
||||
border-top: 1px solid #999;
|
||||
.lightbox-side-panel .detail-body .dirent-detail-people {
|
||||
position: relative;
|
||||
transform: none;
|
||||
padding-bottom: 16px;
|
||||
border-bottom: 1px solid #999;
|
||||
}
|
||||
|
Reference in New Issue
Block a user