mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
more support for episodes directly in a series folder
This commit is contained in:
parent
b8c8a794f3
commit
e38caab270
15 changed files with 217 additions and 65 deletions
|
@ -66,6 +66,10 @@
|
|||
border-top: 0;
|
||||
}
|
||||
|
||||
.posterItemText + .posterItemProgress {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
.posterItemDefaultText {
|
||||
position: absolute;
|
||||
top: 30%;
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
body {
|
||||
overflow-y: scroll!important;
|
||||
font-size: 90%;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.textlink {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue