mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix some sytle for PR #663
This commit is contained in:
parent
633999e528
commit
474e53cc47
2 changed files with 12 additions and 21 deletions
|
@ -242,20 +242,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@media all and (min-width:84em) {
|
@media all and (min-width:84em) {
|
||||||
.headerTop {
|
|
||||||
padding: 1.489em 0
|
|
||||||
}
|
|
||||||
|
|
||||||
.headerTabs {
|
|
||||||
align-self: center;
|
|
||||||
width: auto;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
margin-top: -3.34em;
|
|
||||||
position: relative;
|
|
||||||
top: -1.05em
|
|
||||||
}
|
|
||||||
|
|
||||||
.libraryPage:not(.noSecondaryNavPage) {
|
.libraryPage:not(.noSecondaryNavPage) {
|
||||||
padding-top: 4.6em !important
|
padding-top: 4.6em !important
|
||||||
}
|
}
|
||||||
|
@ -430,7 +416,7 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
align-content: center;
|
align-content: center;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0;
|
top: 8%;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -467,7 +453,7 @@
|
||||||
|
|
||||||
.detailImageContainer {
|
.detailImageContainer {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 15%;
|
top: 25%;
|
||||||
float: left;
|
float: left;
|
||||||
width: 22.786458333333332vw;
|
width: 22.786458333333332vw;
|
||||||
}
|
}
|
||||||
|
@ -686,11 +672,16 @@
|
||||||
|
|
||||||
@media all and (min-width:62.5em) {
|
@media all and (min-width:62.5em) {
|
||||||
.headerTop {
|
.headerTop {
|
||||||
padding: 1.489em 0
|
padding: 0.8em 0
|
||||||
}
|
}
|
||||||
|
|
||||||
.itemDetailPage {
|
.headerTabs {
|
||||||
padding-top: 5em !important
|
align-self: center;
|
||||||
|
width: auto;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
margin-top: -3.34em;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.detailFloatingButton {
|
.detailFloatingButton {
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="detailLogo"></div>
|
<div class="detailLogo"></div>
|
||||||
<div class="detailPageWrapperContainer padded-bottom-page">
|
<div class="detailPageWrapperContainer">
|
||||||
<div class="detailPagePrimaryContainer padded-left padded-right">
|
<div class="detailPagePrimaryContainer padded-left padded-right">
|
||||||
<div class="infoWrapper infoText">
|
<div class="infoWrapper infoText">
|
||||||
<div class="nameContainer"></div>
|
<div class="nameContainer"></div>
|
||||||
|
@ -108,7 +108,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="detailPageSecondaryContainer">
|
<div class="detailPageSecondaryContainer">
|
||||||
<div class="detailImageContainer verticalSection-extrabottompadding padded-left"></div>
|
<div class="detailImageContainer padded-left"></div>
|
||||||
<div class="detailPageContent">
|
<div class="detailPageContent">
|
||||||
<div class="detailPagePrimaryContent padded-left padded-right">
|
<div class="detailPagePrimaryContent padded-left padded-right">
|
||||||
<div class="detailSection" style="margin-bottom: 0;">
|
<div class="detailSection" style="margin-bottom: 0;">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue