1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 14:50:29 +00:00

[file view] redesigned the comment panel

This commit is contained in:
llj
2022-04-09 14:55:40 +08:00
parent 1c303bf2f7
commit cc9dbd346c
4 changed files with 64 additions and 71 deletions

View File

@@ -61,12 +61,12 @@ body {
opacity: 1;
}
}
/* for mobile */
/* for mobile */
.file-view-body .seafile-comment {
width: 100%;
}
@media (min-width: 768px) {
.file-view-body .seafile-comment {
width: 29%;
width: 300px;
}
}