mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
added upnp ConnectionManager.cs
This commit is contained in:
parent
e90dd3fb28
commit
cc365f2f6d
6 changed files with 107 additions and 141 deletions
|
@ -1166,6 +1166,7 @@ a.itemTag:hover {
|
|||
.channelHeader {
|
||||
padding: 1em;
|
||||
text-align: center;
|
||||
border-bottom: 1px solid #333;
|
||||
}
|
||||
|
||||
.channelHeader a {
|
||||
|
|
|
@ -100,7 +100,7 @@
|
|||
top: 51px;
|
||||
z-index: 1000;
|
||||
background-color: #181818;
|
||||
background-color: rgba(24, 24, 24, .95);
|
||||
background-color: rgba(24, 24, 24, 1);
|
||||
}
|
||||
|
||||
@media all and (max-width: 460px) {
|
||||
|
|
|
@ -137,24 +137,49 @@
|
|||
}
|
||||
|
||||
.myLibraryPosterItem {
|
||||
width: 157px;
|
||||
width: 148px;
|
||||
}
|
||||
|
||||
.myLibraryPosterItem .posterItemImage {
|
||||
height: 65px;
|
||||
background-position: 20px center;
|
||||
background-size: 25px 25px;
|
||||
background-color: rgba(51, 51, 51, 0.5);
|
||||
height: 38px;
|
||||
background-position: 12px center;
|
||||
background-size: 20px 20px;
|
||||
background-color: rgba(51, 136, 204, 0.5);
|
||||
background-color: rgba(82, 181, 75, 0.5);
|
||||
}
|
||||
|
||||
.myLibraryPosterItem .posterItemDefaultText {
|
||||
top: 0;
|
||||
left: 0;
|
||||
line-height: 65px;
|
||||
line-height: 38px;
|
||||
text-align: left;
|
||||
padding-left: 60px;
|
||||
padding-left: 45px;
|
||||
}
|
||||
|
||||
.moviesPosterItem .posterItemImage {
|
||||
background-color: rgba(176, 94, 81, 0.5);
|
||||
}
|
||||
|
||||
.musicPosterItem .posterItemImage {
|
||||
background-color: rgba(217, 145, 67, 0.5);
|
||||
}
|
||||
|
||||
.tvshowsPosterItem .posterItemImage {
|
||||
background-color: rgba(77, 88, 164, 0.5);
|
||||
}
|
||||
|
||||
.gamesPosterItem .posterItemImage {
|
||||
background-color: rgba(183, 202, 72, 0.5);
|
||||
}
|
||||
|
||||
.channelsPosterItem .posterItemImage {
|
||||
background-color: rgba(51, 136, 204, 0.5);
|
||||
}
|
||||
|
||||
.livetvPosterItem .posterItemImage {
|
||||
background-color: rgba(255, 233, 127, 0.5);
|
||||
}
|
||||
|
||||
.smallBackdropPosterItem {
|
||||
width: 157px;
|
||||
}
|
||||
|
@ -279,7 +304,7 @@
|
|||
}
|
||||
|
||||
.smallBackdropPosterItem {
|
||||
width: 202px;
|
||||
width: 190px;
|
||||
}
|
||||
|
||||
.smallBackdropPosterItem .posterItemImage {
|
||||
|
@ -295,6 +320,13 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 600px) {
|
||||
|
||||
.myLibraryPosterItem {
|
||||
width: 180px;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 750px) {
|
||||
|
||||
.portraitPosterItem {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue