1
0
mirror of https://gitea.invidious.io/iv-org/invidious synced 2025-04-03 00:31:03 +02:00

Merge pull request 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

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