Skip to content

Commit c96e222

Browse files
committed
styles(files): fix grid folder-icon icon size due to v30.0.7 update
Signed-off-by: Tatjana Kaschperko Lindt <kaschperko-lindt@strato.de>
1 parent 629a91c commit c96e222

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css/files.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
}
199199
}
200200

201-
tbody.files-list__tbody--grid .files-list__row-icon {
201+
div.files-list--grid tbody.files-list__tbody .files-list__row-icon {
202202
.folder-icon {
203203
justify-content: center;
204204
}
@@ -207,7 +207,7 @@
207207
width: auto;
208208
height: auto;
209209
min-width: 42px;
210-
min-height: 60%;
210+
min-height: 80%;
211211
}
212212
}
213213

0 commit comments

Comments
 (0)