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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user