1
0
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:
llj
2024-08-30 07:02:29 +08:00
committed by GitHub
parent 1d785cf824
commit 1495314544
7 changed files with 259 additions and 17 deletions

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