Merge pull request #1937 from syeopite/smallfilteruifix

Prevent filtering options from jumping above its drop down menu.
This commit is contained in:
TheFrenchGhosty 2021-03-28 16:18:27 +00:00 committed by GitHub
commit 2c1cf42994
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
}