mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-27 23:56:18 +00:00
* [repo 'share admin'] redesigned the 'Share Links' panel * [repo 'share admin'] 'Share Links' panel: display user avatar, add 'delete selected links', add 'scroll to the bottom to load the next page of data' * [repo 'share admin'] 'Upload Links' panel: redesigned it
15 lines
247 B
CSS
15 lines
247 B
CSS
@media(min-width:768px) {
|
|
.repo-share-admin-container {
|
|
max-width: 1100px;
|
|
}
|
|
}
|
|
|
|
.repo-share-admin-content-container {
|
|
max-height: 500px;
|
|
}
|
|
|
|
.repo-share-admin-content-container .table-real-container {
|
|
height: 20rem;
|
|
overflow: auto;
|
|
}
|