Fix minor scaling issue in filter drop down.

Basically prevents filter content from jumping above the dropbox when there's
enough space to do
This commit is contained in:
syeopite 2021-03-26 13:51:22 -07:00
parent 533c6cefee
commit b3099001be
No known key found for this signature in database
GPG Key ID: 6FA616E5A5294A82
1 changed files with 1 additions and 1 deletions

View File

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