1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 14:50:29 +00:00

lib img size bug repair (#2854)

This commit is contained in:
杨顺强
2019-01-19 14:10:50 +08:00
committed by Daniel Pan
parent 6484c3fc1e
commit 7cea08c79c
3 changed files with 15 additions and 18 deletions

View File

@@ -33,11 +33,6 @@
width: 0; /* prevent strut flex layout */
}
.detail-header .detail-title img{
width: 1.5rem;
height: 1.5rem;
}
.detail-header .detail-title .name {
margin: 0 0.5rem 0 0.25rem;
line-height: 1.5rem;
@@ -62,11 +57,6 @@
align-items: center;
}
.dirent-info .img img {
width: 6rem;
height: 6rem;
}
.dirent-table-container {
padding: 10px 20px;
display: flex;