mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-28 08:06:56 +00:00
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;
|
||
|
}
|