mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
Fix detailImageContainer padding
This commit is contained in:
parent
d118bd4a6d
commit
935cdfceea
@ -802,7 +802,7 @@ define(["loading", "appRouter", "layoutManager", "userSettings", "connectionMana
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (editable) {
|
if (editable) {
|
||||||
html += "<a class='itemDetailGalleryLink' is='emby-linkbutton' style='display:block;margin:0;' href='#'>";
|
html += "<a class='itemDetailGalleryLink' is='emby-linkbutton' style='display:block;margin-top:.7em;padding:0' href='#'>";
|
||||||
}
|
}
|
||||||
|
|
||||||
if (detectRatio && item.PrimaryImageAspectRatio) {
|
if (detectRatio && item.PrimaryImageAspectRatio) {
|
||||||
|
@ -457,6 +457,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.detailPageSeconderyContainer {
|
.detailPageSeconderyContainer {
|
||||||
|
margin: 1.25em 0;
|
||||||
display:grid;
|
display:grid;
|
||||||
grid-template-columns: 100%;
|
grid-template-columns: 100%;
|
||||||
padding-left:2%;
|
padding-left:2%;
|
||||||
@ -464,8 +465,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.detailImageContainer {
|
.detailImageContainer {
|
||||||
-webkit-flex-shrink: 0;
|
margin: 1.25em 0;
|
||||||
flex-shrink: 0;
|
width: 350px;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top:15%;
|
top:15%;
|
||||||
float: left;
|
float: left;
|
||||||
@ -513,35 +514,22 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.itemDetailImage {
|
.itemDetailImage {
|
||||||
width: 100%;
|
width: 350px;
|
||||||
-webkit-box-shadow: 0 .0725em .29em 0 rgba(0, 0, 0, .37);
|
-webkit-box-shadow: 0 .0725em .29em 0 rgba(0, 0, 0, .37);
|
||||||
box-shadow: 0 .0725em .29em 0 rgba(0, 0, 0, .37)
|
box-shadow: 0 .0725em .29em 0 rgba(0, 0, 0, .37)
|
||||||
}
|
}
|
||||||
|
|
||||||
.thumbDetailImageContainer {
|
|
||||||
width: 350px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.portraitDetailImageContainer {
|
|
||||||
width: 350px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.squareDetailImageContainer {
|
|
||||||
width: 400px;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media all and (max-width:62.5em) {
|
@media all and (max-width:62.5em) {
|
||||||
.detailPageContent {
|
.detailPageContent {
|
||||||
position: relative
|
position: relative
|
||||||
}
|
}
|
||||||
|
|
||||||
.detailImageContainer {
|
.detailImageContainer {
|
||||||
width: auto
|
width: 100px !important
|
||||||
}
|
}
|
||||||
|
|
||||||
.itemDetailImage {
|
.itemDetailImage {
|
||||||
height: 120px;
|
width: 100px !important
|
||||||
width: auto !important
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.btnPlaySimple {
|
.btnPlaySimple {
|
||||||
@ -712,11 +700,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.detailImageProgressContainer {
|
.detailImageProgressContainer {
|
||||||
position: absolute;
|
margin-left: 6px;
|
||||||
width: 300px;
|
width: 350px;
|
||||||
bottom: 12px;
|
|
||||||
text-align: center;
|
|
||||||
padding-left: 25px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.detailButton-mobile-text {
|
.detailButton-mobile-text {
|
||||||
|
@ -111,7 +111,7 @@
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="detailImageContainer verticalSection-extrabottompadding"></div>
|
<div class="detailImageContainer verticalSection-extrabottompadding padded-left"></div>
|
||||||
<div class="detailPageSeconderyContainer">
|
<div class="detailPageSeconderyContainer">
|
||||||
|
|
||||||
<div class="detailPageContent">
|
<div class="detailPageContent">
|
||||||
|
Loading…
Reference in New Issue
Block a user