1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-27 23:56:18 +00:00
Files
seahub/frontend/src/css/repo-share-admin.css
llj 8d7092f776 Repo share admin (#6745)
* [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
2024-09-11 18:20:33 +08:00

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;
}