Fix minor scaling issue in filter drop down.

Basically prevents filter content from jumping above the dropbox when there's
enough space to do
pull/1937/head
syeopite 4 years ago
parent 533c6cefee
commit b3099001be
No known key found for this signature in database
GPG Key ID: 6FA616E5A5294A82

@ -641,7 +641,7 @@ body.dark-theme {
}
#filters > summary {
display: inline-block;
display: block;
margin-bottom: 15px;
}

Loading…
Cancel
Save