1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 06:33:48 +00:00

Merge branch '7.0'

This commit is contained in:
plt
2019-07-03 20:06:35 +08:00
9 changed files with 76 additions and 22 deletions

View File

@@ -35,11 +35,12 @@
}
.grid-file-img-link .thumbnail {
max-width: 96px;
max-height: 96px;
max-width: 88px;
max-height: 88px;
padding: 1px;
background: #fff;
border: 1px solid #ddd;
border-radius: 3px;
border-radius: 1px;
}
.grid-file-img-link::before {
@@ -82,4 +83,4 @@
.grid-drop-show {
background: #f8f8f8;
}
}