forked from midou/invidious
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
@ -641,7 +641,7 @@ body.dark-theme {
|
||||
}
|
||||
|
||||
#filters > summary {
|
||||
display: inline-block;
|
||||
display: block;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user