mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix some rebasing issues
This commit is contained in:
parent
19ce553160
commit
b59ab3605e
5 changed files with 69 additions and 70 deletions
|
@ -60,7 +60,7 @@
|
||||||
"serve": "webpack-dev-server --config webpack.dev.js --open",
|
"serve": "webpack-dev-server --config webpack.dev.js --open",
|
||||||
"build": "webpack --config webpack.prod.js",
|
"build": "webpack --config webpack.prod.js",
|
||||||
"lint": "eslint \"src\"",
|
"lint": "eslint \"src\"",
|
||||||
"stylelint": "stylelint src/**/*.css",
|
"stylelint": "stylelint \"src/**/*.css\"",
|
||||||
"prepare": "webpack --config webpack.prod.js"
|
"prepare": "webpack --config webpack.prod.js"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -449,9 +449,41 @@
|
||||||
bottom: 0.75em;
|
bottom: 0.75em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-mobile .detailPagePrimaryContainer {
|
.parentName {
|
||||||
display: block;
|
display: block;
|
||||||
position: relative;
|
margin-bottom: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mainDetailButtons {
|
||||||
|
display: flex;
|
||||||
|
-webkit-box-align: center;
|
||||||
|
-webkit-align-items: center;
|
||||||
|
align-items: center;
|
||||||
|
-webkit-flex-wrap: wrap;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.detailButton,
|
||||||
|
.mainDetailButtons {
|
||||||
|
display: flex;
|
||||||
|
display: -webkit-box;
|
||||||
|
display: -webkit-flex;
|
||||||
|
}
|
||||||
|
|
||||||
|
.itemName {
|
||||||
|
margin: 0.5em 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.itemMiscInfo {
|
||||||
|
display: -webkit-box;
|
||||||
|
display: -webkit-flex;
|
||||||
|
display: flex;
|
||||||
|
-webkit-flex-wrap: wrap;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
-webkit-box-align: center;
|
||||||
|
-webkit-align-items: center;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-mobile .parentName,
|
.layout-mobile .parentName,
|
||||||
|
@ -463,14 +495,6 @@
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-mobile .infoText {
|
|
||||||
white-space: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
.layout-tv .detailPagePrimaryContainer {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
.detailPagePrimaryContainer {
|
.detailPagePrimaryContainer {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -480,6 +504,15 @@
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.layout-mobile .detailPagePrimaryContainer {
|
||||||
|
display: block;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
.layout-tv .detailPagePrimaryContainer {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
.detailSticky {
|
.detailSticky {
|
||||||
background-color: #101010;
|
background-color: #101010;
|
||||||
}
|
}
|
||||||
|
@ -495,6 +528,10 @@
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.layout-mobile .infoText {
|
||||||
|
white-space: normal;
|
||||||
|
}
|
||||||
|
|
||||||
.detailPageSecondaryContainer {
|
.detailPageSecondaryContainer {
|
||||||
margin: 1.25em 0;
|
margin: 1.25em 0;
|
||||||
}
|
}
|
||||||
|
@ -562,9 +599,9 @@
|
||||||
-webkit-box-shadow: 0 0.0725em 0.29em 0 rgba(0, 0, 0, 0.37);
|
-webkit-box-shadow: 0 0.0725em 0.29em 0 rgba(0, 0, 0, 0.37);
|
||||||
}
|
}
|
||||||
|
|
||||||
@media all and (max-width:62.5em) {
|
@media all and (max-width: 62.5em) {
|
||||||
.detailPageWrapperContainer {
|
.detailPageWrapperContainer {
|
||||||
position: relative
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btnPlaySimple {
|
.btnPlaySimple {
|
||||||
|
@ -578,11 +615,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.parentName {
|
|
||||||
display: block;
|
|
||||||
margin-bottom: 0.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.btnSyncComplete {
|
.btnSyncComplete {
|
||||||
background: #673ab7 !important;
|
background: #673ab7 !important;
|
||||||
}
|
}
|
||||||
|
@ -633,17 +665,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.detailButton,
|
|
||||||
.mainDetailButtons {
|
|
||||||
display: flex;
|
|
||||||
display: -webkit-box;
|
|
||||||
display: -webkit-flex;
|
|
||||||
}
|
|
||||||
|
|
||||||
.itemName {
|
|
||||||
margin: 0.5em 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.empty {
|
.empty {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
@ -656,16 +677,6 @@
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mainDetailButtons {
|
|
||||||
display: flex;
|
|
||||||
-webkit-box-align: center;
|
|
||||||
-webkit-align-items: center;
|
|
||||||
align-items: center;
|
|
||||||
-webkit-flex-wrap: wrap;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
margin: 1em 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.recordingFields button {
|
.recordingFields button {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
margin-right: 0.5em;
|
margin-right: 0.5em;
|
||||||
|
@ -690,24 +701,24 @@
|
||||||
padding: 0.5em 0.7em !important;
|
padding: 0.5em 0.7em !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media all and (min-width:29em) {
|
@media all and (min-width: 29em) {
|
||||||
.detailButton {
|
.detailButton {
|
||||||
padding-left: .75em !important;
|
padding-left: 0.75em !important;
|
||||||
padding-right: .75em !important
|
padding-right: 0.75em !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media all and (min-width:32em) {
|
@media all and (min-width: 32em) {
|
||||||
.detailButton {
|
.detailButton {
|
||||||
padding-left: .8em !important;
|
padding-left: 0.8em !important;
|
||||||
padding-right: .8em !important
|
padding-right: 0.8em !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media all and (min-width:35em) {
|
@media all and (min-width: 35em) {
|
||||||
.detailButton {
|
.detailButton {
|
||||||
padding-left: .85em !important;
|
padding-left: 0.85em !important;
|
||||||
padding-right: .85em !important
|
padding-right: 0.85em !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -740,7 +751,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.detailButton-text {
|
.detailButton-text {
|
||||||
margin-top: .7em;
|
margin-top: 0.7em;
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
@ -751,13 +762,13 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.detailButtonHideonMobile {
|
.detailButtonHideonMobile {
|
||||||
display: none !important
|
display: none !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media all and (min-width:62.5em) {
|
@media all and (min-width: 62.5em) {
|
||||||
.headerTop {
|
.headerTop {
|
||||||
padding: 0.8em 0
|
padding: 0.8em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.headerTabs {
|
.headerTabs {
|
||||||
|
@ -774,7 +785,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.personBackdrop {
|
.personBackdrop {
|
||||||
display: none !important
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mainDetailButtons {
|
.mainDetailButtons {
|
||||||
|
@ -789,17 +800,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.itemMiscInfo {
|
|
||||||
display: -webkit-box;
|
|
||||||
display: -webkit-flex;
|
|
||||||
display: flex;
|
|
||||||
-webkit-flex-wrap: wrap;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
-webkit-box-align: center;
|
|
||||||
-webkit-align-items: center;
|
|
||||||
align-items: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media all and (max-width: 31.25em) {
|
@media all and (max-width: 31.25em) {
|
||||||
.mobileDetails .itemMiscInfo {
|
.mobileDetails .itemMiscInfo {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -1000,7 +1000,7 @@ div:not(.sectionTitleContainer-cards) > .sectionTitle-cards {
|
||||||
margin-bottom: -1em;
|
margin-bottom: -1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media all and (min-height:31.25em) {
|
@media all and (min-height: 31.25em) {
|
||||||
.padded-right-withalphapicker {
|
.padded-right-withalphapicker {
|
||||||
padding-right: 7.5%;
|
padding-right: 7.5%;
|
||||||
}
|
}
|
||||||
|
|
|
@ -112,7 +112,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@media all and (min-width: 62.5em) {
|
@media all and (min-width: 62.5em) {
|
||||||
|
|
||||||
.alphaPicker-fixed-right {
|
.alphaPicker-fixed-right {
|
||||||
right: 1em;
|
right: 1em;
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,8 +14,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.servers > .card > .cardBox {
|
.servers > .card > .cardBox {
|
||||||
margin-left: .6em;
|
margin-left: 0.6em;
|
||||||
margin-right: .6em;
|
margin-right: 0.6em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-tv .emby-scroller,
|
.layout-tv .emby-scroller,
|
||||||
|
|
|
@ -21,8 +21,8 @@
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.emby-input:required {
|
.emby-input:required {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.inputContainer {
|
.inputContainer {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue