mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-12 13:24:52 +00:00
11 lines
165 B
CSS
11 lines
165 B
CSS
@media(min-width:768px) {
|
|
.file-access-log-container {
|
|
max-width: 1100px;
|
|
}
|
|
}
|
|
|
|
.file-access-log-content-container {
|
|
max-height: 500px;
|
|
overflow: auto;
|
|
}
|