1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-23 20:37:42 +00:00

fix image review (#3284)

This commit is contained in:
Michael An
2019-04-16 21:38:33 +08:00
committed by Daniel Pan
parent 538d289fd7
commit 7124d373c0
2 changed files with 9 additions and 3 deletions

View File

@@ -59,6 +59,12 @@
align-items: center;
}
.dirent-info .img .thumbnail {
max-width: calc(100% - 4px);
max-height: 100%;
display: inline-block;
}
.dirent-table-container {
padding: 10px 20px;
display: flex;