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
|
@ -6,6 +6,7 @@
|
|||
|
||||
.jstree-mb3 li,
|
||||
.jstree-mb3 ins {cursor: pointer; background-image:url("d.png"); background-repeat:no-repeat; background-color:transparent; }
|
||||
.jstree-mb3 ins {position: relative;top: 6px; }
|
||||
.jstree-mb3 li { background-position:-90px 0; background-repeat:repeat-y; }
|
||||
.jstree-mb3 li.jstree-last { background:transparent; }
|
||||
.jstree-mb3 .jstree-open > ins { background-position:-72px 0; }
|
||||
|
@ -76,9 +77,9 @@
|
|||
}
|
||||
|
||||
.jstree li:last-child {
|
||||
border-bottom: 0;
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
.jstree li { min-height:28px; line-height:28px; }
|
||||
.jstree a { line-height:28px; height:28px; }
|
||||
.jstree li { min-height:32px; line-height:32px; }
|
||||
.jstree a { line-height:32px; height:32px; }
|
||||
.jstree a ins { height:28px; width:28px; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue