mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
removed udp server layer
This commit is contained in:
parent
65d7cb543b
commit
9c457ce2c5
2 changed files with 26 additions and 26 deletions
|
@ -529,12 +529,8 @@ form, .readOnlyContent {
|
||||||
|
|
||||||
@media all and (min-width: 1200px) {
|
@media all and (min-width: 1200px) {
|
||||||
|
|
||||||
.posterViewItem {
|
|
||||||
font-size: 17px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.posterViewItem img {
|
.posterViewItem img {
|
||||||
max-width: 280px;
|
max-width: 250px;
|
||||||
max-height: 250px;
|
max-height: 250px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -542,7 +538,7 @@ form, .readOnlyContent {
|
||||||
@media all and (min-width: 1920px) {
|
@media all and (min-width: 1920px) {
|
||||||
|
|
||||||
.posterViewItem {
|
.posterViewItem {
|
||||||
font-size: 19px;
|
font-size: 18px;
|
||||||
padding-bottom: 33px;
|
padding-bottom: 33px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -559,7 +555,7 @@ form, .readOnlyContent {
|
||||||
}
|
}
|
||||||
|
|
||||||
.posterViewItem img {
|
.posterViewItem img {
|
||||||
max-width: 352px;
|
max-width: 300px;
|
||||||
max-height: 300px;
|
max-height: 300px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -831,10 +827,12 @@ progress {
|
||||||
/*width: 180px;*/
|
/*width: 180px;*/
|
||||||
bottom: -5px;
|
bottom: -5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.vjs-quality-button {
|
.vjs-quality-button {
|
||||||
padding: 0 0.6em !important;
|
padding: 0 0.6em !important;
|
||||||
width: auto !important;
|
width: auto !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.vjs-quality-button div {
|
.vjs-quality-button div {
|
||||||
width: auto !important;
|
width: auto !important;
|
||||||
background: none !important;
|
background: none !important;
|
||||||
|
@ -843,11 +841,13 @@ progress {
|
||||||
.vjs-chapter-button div {
|
.vjs-chapter-button div {
|
||||||
background-position: -100px -75px !important;
|
background-position: -100px -75px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.vjs-chapter-button.vjs-menu-button ul {
|
.vjs-chapter-button.vjs-menu-button ul {
|
||||||
width: auto;
|
width: auto;
|
||||||
max-width: 25em;
|
max-width: 25em;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
.vjs-chapter-button.vjs-menu-button ul li {
|
.vjs-chapter-button.vjs-menu-button ul li {
|
||||||
width: auto;
|
width: auto;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
var options = {
|
var options = {
|
||||||
|
|
||||||
limit: 5,
|
limit: 6,
|
||||||
sortBy: "DateCreated",
|
sortBy: "DateCreated",
|
||||||
sortOrder: "Descending",
|
sortOrder: "Descending",
|
||||||
filters: "IsRecentlyAdded,IsNotFolder",
|
filters: "IsRecentlyAdded,IsNotFolder",
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
|
|
||||||
limit: 5,
|
limit: 6,
|
||||||
sortBy: "DatePlayed",
|
sortBy: "DatePlayed",
|
||||||
sortOrder: "Descending",
|
sortOrder: "Descending",
|
||||||
filters: "IsResumable",
|
filters: "IsResumable",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue