mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix detial image container
This commit is contained in:
parent
e18d49556e
commit
7833ac7e39
2 changed files with 5 additions and 1 deletions
|
@ -802,7 +802,7 @@ define(["loading", "appRouter", "layoutManager", "userSettings", "connectionMana
|
||||||
}
|
}
|
||||||
|
|
||||||
if (editable) {
|
if (editable) {
|
||||||
html += "<a class='itemDetailGalleryLink' is='emby-linkbutton' href='#'>";
|
html += "<a class='itemDetailGalleryLink' is='emby-linkbutton' style='display:block;margin:0;' href='#'>";
|
||||||
}
|
}
|
||||||
|
|
||||||
if (detectRatio && item.PrimaryImageAspectRatio) {
|
if (detectRatio && item.PrimaryImageAspectRatio) {
|
||||||
|
|
|
@ -526,6 +526,10 @@
|
||||||
width: 350px;
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue