mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
updated mono build
This commit is contained in:
parent
f7b3f46413
commit
c93de38f39
15 changed files with 150 additions and 162 deletions
|
@ -35,6 +35,8 @@
|
|||
padding: 0;
|
||||
border-spacing: 0;
|
||||
border-collapse: collapse;
|
||||
margin: 0 auto;
|
||||
max-width: 1540px;
|
||||
}
|
||||
|
||||
.ehsContent td {
|
||||
|
@ -42,6 +44,10 @@
|
|||
border-spacing: 0;
|
||||
}
|
||||
|
||||
.squareEhsContent {
|
||||
max-width: 1420px;
|
||||
}
|
||||
|
||||
.detailPageContent {
|
||||
margin: 0 auto;
|
||||
padding: 0;
|
||||
|
@ -330,7 +336,7 @@ a.itemTag:hover {
|
|||
}
|
||||
|
||||
.lnkPreviousItem {
|
||||
left: 210px;
|
||||
left: 10px;
|
||||
}
|
||||
|
||||
.lnkNextItem {
|
||||
|
@ -474,7 +480,6 @@ a.itemTag:hover {
|
|||
.libraryPanelHeader span {
|
||||
color: #fff;
|
||||
vertical-align: middle;
|
||||
font-size: 16px;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
|
@ -498,12 +503,6 @@ a.itemTag:hover {
|
|||
font-family: 'Open Sans', Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.desktopHomeLink img {
|
||||
height: 24px;
|
||||
vertical-align: middle;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.detailImageProgressContainer {
|
||||
position: absolute;
|
||||
bottom: 10px;
|
||||
|
@ -856,6 +855,7 @@ a.itemTag:hover {
|
|||
}
|
||||
|
||||
.itemsContainer {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.timelineItemsContainer {
|
||||
|
@ -1130,11 +1130,11 @@ a.itemTag:hover {
|
|||
padding: 1em 1em 1em 170px;
|
||||
}
|
||||
|
||||
.spotlightContentInner p {
|
||||
max-height: 130px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.spotlightContentInner p {
|
||||
max-height: 130px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.rightSpotlightContent .spotlightContentInner {
|
||||
padding: 195px 1em 1em 1em;
|
||||
|
|
|
@ -6,22 +6,6 @@
|
|||
padding-top: 102px !important;
|
||||
}
|
||||
|
||||
.desktopLibraryMenu {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
z-index: 1001;
|
||||
top: 53px;
|
||||
width: 200px;
|
||||
min-height: 100px;
|
||||
border-bottom-right-radius: 5px;
|
||||
padding-bottom: 10px;
|
||||
background-color: rgba(0,0,0,.6);
|
||||
}
|
||||
|
||||
.metadataEditorPage .desktopLibraryMenu {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.libraryMenuDivider {
|
||||
height: 1px;
|
||||
background: #333;
|
||||
|
@ -52,7 +36,8 @@
|
|||
}
|
||||
|
||||
.viewMenuLink:hover {
|
||||
background-color: #555;
|
||||
background-color: #52B54B;
|
||||
color: #fff!important;
|
||||
}
|
||||
|
||||
.viewMenuBar .btnCurrentUser {
|
||||
|
@ -142,10 +127,6 @@
|
|||
background-color: rgba(51,136,204,.8)!important;
|
||||
}
|
||||
|
||||
.ui-panel.ui-body-b {
|
||||
background-color: #181818;
|
||||
}
|
||||
|
||||
.libraryViewNav {
|
||||
height: 48px;
|
||||
overflow: hidden;
|
||||
|
@ -158,6 +139,10 @@
|
|||
background-color: #181818;
|
||||
}
|
||||
|
||||
.ui-panel.ui-body-b {
|
||||
background-color: #181818;
|
||||
}
|
||||
|
||||
.libraryViewNavInner {
|
||||
text-align: center;
|
||||
font-size: 14px;
|
||||
|
@ -206,38 +191,22 @@
|
|||
|
||||
@media all and (min-width: 1099px) {
|
||||
|
||||
.libraryMenuButton {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.libraryPage:not(.itemDetailPage):not(.metadataEditorPage) {
|
||||
/*.type-home {
|
||||
left: 215px !important;
|
||||
width: auto !important;
|
||||
right: 0 !important;
|
||||
}
|
||||
}*/
|
||||
|
||||
.viewSettings {
|
||||
padding-left: .4em;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-width: 1099px) {
|
||||
@media all and (max-width: 459px) {
|
||||
|
||||
.desktopHomeLink {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.desktopLibraryMenu {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.viewSettings {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.itemsContainer {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 750px) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue