Properly hide files when searching

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2018-10-25 14:40:18 +02:00
parent 4807e9079e
commit c0477afb5d
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
1 changed files with 2 additions and 1 deletions

View File

@ -755,7 +755,8 @@ table.dragshadow td.size {
row-gap: 15px;
margin: 15px 0;
tr {
// ensure search still filters tr with .hidden
tr:not(.hidden) {
display: block;
position: relative;
height: $grid-size + 44px - $grid-pad;