mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
better detail page context
This commit is contained in:
parent
7304a6584e
commit
dd808d8298
12 changed files with 302 additions and 798 deletions
|
@ -89,6 +89,11 @@
|
|||
/*.libraryPage:not(.folderListPage) > .ui-content, .libraryPage:not(.folderListPage) > .ui-panel-content-wrap {
|
||||
margin-top: -35px!important;
|
||||
}*/
|
||||
|
||||
.detailPageContent {
|
||||
width: 90%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 1200px) {
|
||||
|
@ -106,6 +111,10 @@
|
|||
.ehsContent {
|
||||
max-width: 900px;
|
||||
}
|
||||
|
||||
.detailPageContent {
|
||||
width: 70%;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 1920px) {
|
||||
|
@ -148,12 +157,12 @@
|
|||
border-bottom: 1px solid #555;
|
||||
padding-bottom: 5px;
|
||||
margin-bottom: .5em;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.mediaInfoDetails {
|
||||
margin: 0 0 0 2em;
|
||||
margin: 0 0 0 1.5em;
|
||||
padding: 0;
|
||||
list-style-type: circle;
|
||||
}
|
||||
|
||||
.mediaInfoLabel {
|
||||
|
@ -237,6 +246,10 @@
|
|||
margin: 1em 0 1.5em;
|
||||
}
|
||||
|
||||
.scenePosterViewItem img {
|
||||
max-width: 150px!important;
|
||||
}
|
||||
|
||||
@media all and (min-width: 650px) {
|
||||
.detailPagePrimaryInfo {
|
||||
padding: 0 10px;
|
||||
|
@ -278,6 +291,10 @@
|
|||
.posterDetailViewItem {
|
||||
width: 31%;
|
||||
}
|
||||
|
||||
.scenePosterViewItem img {
|
||||
max-width: 200px!important;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 1440px) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue