1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 07:41:26 +00:00

[file view] modification for mobile

This commit is contained in:
llj
2019-04-18 18:19:54 +08:00
parent e13ae46134
commit 7a0bcfc8e4
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%;
}
}