mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-16 23:29:49 +00:00
"['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
This commit is contained in:
10
frontend/src/css/file-access-log.css
Normal file
10
frontend/src/css/file-access-log.css
Normal file
@@ -0,0 +1,10 @@
|
||||
@media(min-width:768px) {
|
||||
.file-access-log-container {
|
||||
max-width: 1100px;
|
||||
}
|
||||
}
|
||||
|
||||
.file-access-log-content-container {
|
||||
max-height: 500px;
|
||||
overflow: auto;
|
||||
}
|
Reference in New Issue
Block a user