1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-12 21:30:39 +00:00
Files
seahub/frontend/src/css/file-access-log.css

11 lines
165 B
CSS
Raw Normal View History

@media(min-width:768px) {
.file-access-log-container {
max-width: 1100px;
}
}
.file-access-log-content-container {
max-height: 500px;
overflow: auto;
}