1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 23:29:49 +00:00

Merge pull request #3324 from haiwen/file-view-mobile

[file view] modification for mobile
This commit is contained in:
Daniel Pan
2019-04-19 15:11:45 +08:00
committed by GitHub
3 changed files with 67 additions and 3 deletions

View File

@@ -49,3 +49,12 @@ body {
.tip {
color: #808080;
}
/* for mobile */
.seafile-comment {
width: 100%;
}
@media (min-width: 768px) {
.seafile-comment {
width: 29%;
}
}