mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-03-16.git
synced 2024-08-15 00:53:18 +00:00
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:
parent
533c6cefee
commit
b3099001be
1 changed files with 1 additions and 1 deletions
|
@ -641,7 +641,7 @@ body.dark-theme {
|
||||||
}
|
}
|
||||||
|
|
||||||
#filters > summary {
|
#filters > summary {
|
||||||
display: inline-block;
|
display: block;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue