1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Fix detailPagePrimaryContainer style

This commit is contained in:
grafixeyehero 2019-12-22 20:01:33 +03:00
parent 8e9b094d4b
commit 77fd191d99
2 changed files with 29 additions and 16 deletions

View file

@ -233,6 +233,7 @@
} }
@media all and (min-width:40em) { @media all and (min-width:40em) {
.dashboardDocument .adminDrawerLogo, .dashboardDocument .adminDrawerLogo,
.dashboardDocument .mainDrawerButton { .dashboardDocument .mainDrawerButton {
display: none !important display: none !important
@ -448,14 +449,22 @@
.detailPagePrimaryContainer { .detailPagePrimaryContainer {
display: flex; display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center; align-items: center;
flex-flow: row wrap;
align-content: center;
position: sticky; position: sticky;
top: 0; top: 0;
z-index: 2; z-index: 2;
} }
.infoWrapper {
margin: 1.25em 0 0;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
flex: 1 0 0;
}
.layout-tv .detailPagePrimaryContainer { .layout-tv .detailPagePrimaryContainer {
position: relative; position: relative;
} }
@ -479,8 +488,6 @@
} }
.detailImageContainer { .detailImageContainer {
margin: 1.25em 0;
width: 350px;
position: sticky; position: sticky;
top: 15%; top: 15%;
float: left; float: left;
@ -601,8 +608,14 @@
.detailPagePrimaryContainer { .detailPagePrimaryContainer {
display: flex; display: flex;
align-items: center;
justify-content: center; justify-content: center;
flex-wrap: wrap; }
.infoWrapper {
text-overflow: initial;
white-space: normal;
flex: initial;
} }
} }
@ -621,7 +634,7 @@
.detailButton-mobile, .detailButton-mobile,
.mainDetailButtons { .mainDetailButtons {
display: -webkit-box; display: -webkit-box;
display: -webkit-flex display: -webkit-flex;
} }
.itemName { .itemName {