1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 23:02:26 +00:00

optimize code (#4762)

This commit is contained in:
杨顺强
2020-12-22 12:04:03 +08:00
committed by GitHub
parent cf4abe5e3e
commit dd0515cd99
5 changed files with 11 additions and 7 deletions

View File

@@ -41,11 +41,11 @@ body {
color: #808080;
}
/* for mobile */
.seafile-comment {
.file-view-body .seafile-comment {
width: 100%;
}
@media (min-width: 768px) {
.seafile-comment {
.file-view-body .seafile-comment {
width: 29%;
}
}