1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-12 13:24:52 +00:00
Files
seahub/frontend/src/css/file-access-log.css
llj 1495314544 "['dir view'] display file access log in a dialog instead of an independent page (#6673)
- click 'Access Log' in the menu for files in list/grid mode, or
  single-selected file
2024-08-30 07:02:29 +08:00

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