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:
@@ -49,3 +49,12 @@ body {
|
||||
.tip {
|
||||
color: #808080;
|
||||
}
|
||||
/* for mobile */
|
||||
.seafile-comment {
|
||||
width: 100%;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.seafile-comment {
|
||||
width: 29%;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user