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
|
@ -134,7 +134,7 @@ pre, textarea.pre {
|
|||
}
|
||||
|
||||
.imageLink.supporter {
|
||||
display:none;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.btnCurrentUser {
|
||||
|
@ -286,7 +286,7 @@ form, .readOnlyContent {
|
|||
}
|
||||
|
||||
.imageLink.supporter {
|
||||
display:inline-block;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.header {
|
||||
|
@ -445,9 +445,9 @@ form, .readOnlyContent {
|
|||
padding-bottom: 56px;
|
||||
}
|
||||
|
||||
.posterViewItemWithDualText .posterViewItemText {
|
||||
.posterViewItemWithDualText .posterViewItemText {
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
|
||||
.posterViewItemWithNoText {
|
||||
padding-bottom: 0!important;
|
||||
|
@ -529,12 +529,8 @@ form, .readOnlyContent {
|
|||
|
||||
@media all and (min-width: 1200px) {
|
||||
|
||||
.posterViewItem {
|
||||
font-size: 17px;
|
||||
}
|
||||
|
||||
.posterViewItem img {
|
||||
max-width: 280px;
|
||||
max-width: 250px;
|
||||
max-height: 250px;
|
||||
}
|
||||
}
|
||||
|
@ -542,7 +538,7 @@ form, .readOnlyContent {
|
|||
@media all and (min-width: 1920px) {
|
||||
|
||||
.posterViewItem {
|
||||
font-size: 19px;
|
||||
font-size: 18px;
|
||||
padding-bottom: 33px;
|
||||
}
|
||||
|
||||
|
@ -559,7 +555,7 @@ form, .readOnlyContent {
|
|||
}
|
||||
|
||||
.posterViewItem img {
|
||||
max-width: 352px;
|
||||
max-width: 300px;
|
||||
max-height: 300px;
|
||||
}
|
||||
}
|
||||
|
@ -831,29 +827,33 @@ progress {
|
|||
/*width: 180px;*/
|
||||
bottom: -5px;
|
||||
}
|
||||
|
||||
.vjs-quality-button {
|
||||
padding: 0 0.6em !important;
|
||||
width: auto !important;
|
||||
}
|
||||
.vjs-quality-button div {
|
||||
|
||||
.vjs-quality-button div {
|
||||
width: auto !important;
|
||||
background: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
.vjs-chapter-button div {
|
||||
background-position: -100px -75px !important;
|
||||
}
|
||||
|
||||
.vjs-chapter-button.vjs-menu-button ul {
|
||||
width: auto;
|
||||
max-width: 25em;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
.vjs-chapter-button.vjs-menu-button ul li {
|
||||
|
||||
.vjs-chapter-button.vjs-menu-button ul li {
|
||||
width: auto;
|
||||
white-space: nowrap;
|
||||
font-size: 1.1em;
|
||||
padding-right: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 650px) {
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
var options = {
|
||||
|
||||
limit: 5,
|
||||
limit: 6,
|
||||
sortBy: "DateCreated",
|
||||
sortOrder: "Descending",
|
||||
filters: "IsRecentlyAdded,IsNotFolder",
|
||||
|
@ -34,7 +34,7 @@
|
|||
|
||||
options = {
|
||||
|
||||
limit: 5,
|
||||
limit: 6,
|
||||
sortBy: "DatePlayed",
|
||||
sortOrder: "Descending",
|
||||
filters: "IsResumable",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue