mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixed themoviedb search returning no results
This commit is contained in:
parent
e9a747ed77
commit
0b736d68b5
7 changed files with 33 additions and 44 deletions
|
@ -105,7 +105,7 @@
|
|||
}
|
||||
|
||||
.listHeader {
|
||||
margin-top: .5em;
|
||||
margin-top: .75em;
|
||||
margin-bottom: 0;
|
||||
padding-left: 7px;
|
||||
}
|
||||
|
@ -784,13 +784,13 @@ a.itemTag:hover {
|
|||
@media all and (min-width: 1440px) {
|
||||
|
||||
.ehsContent {
|
||||
max-width: 950px;
|
||||
max-width: 1240px;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 1920px) {
|
||||
.ehsContent {
|
||||
max-width: 1260px;
|
||||
max-width: 1540px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue