mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
This commit is contained in:
parent
f3d7a58b2c
commit
84b99f25ce
84 changed files with 684 additions and 2864 deletions
|
@ -331,7 +331,7 @@
|
|||
}
|
||||
|
||||
.portraitCard {
|
||||
width: 33.3%;
|
||||
width: 33.334%;
|
||||
}
|
||||
|
||||
.overflowPortraitCard {
|
||||
|
@ -376,11 +376,11 @@
|
|||
@media all and (min-width: 500px) {
|
||||
|
||||
.smallBackdropCard {
|
||||
width: 33.3%;
|
||||
width: 33.334%;
|
||||
}
|
||||
|
||||
.squareCard {
|
||||
width: 33.3%;
|
||||
width: 33.334%;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -411,7 +411,7 @@
|
|||
|
||||
@media all and (min-width: 770px) {
|
||||
.backdropCard {
|
||||
width: 33.3%;
|
||||
width: 33.334%;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -470,7 +470,7 @@
|
|||
}
|
||||
|
||||
.bannerCard {
|
||||
width: 33.3%;
|
||||
width: 33.334%;
|
||||
}
|
||||
|
||||
.portraitCard {
|
||||
|
@ -569,7 +569,7 @@
|
|||
@media all and (min-width: 800px) {
|
||||
|
||||
.detailPage169Card {
|
||||
width: 33.3%;
|
||||
width: 33.334%;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -588,7 +588,7 @@
|
|||
|
||||
|
||||
.detailPagePortraitCard {
|
||||
width: 33.3%;
|
||||
width: 33.334%;
|
||||
}
|
||||
|
||||
@media all and (min-width: 540px) {
|
||||
|
@ -614,7 +614,7 @@
|
|||
|
||||
|
||||
.detailPageSquareCard {
|
||||
width: 33.33%;
|
||||
width: 33.334%;
|
||||
}
|
||||
|
||||
@media all and (min-width: 540px) {
|
||||
|
@ -637,7 +637,7 @@
|
|||
@media all and (min-width: 540px) {
|
||||
|
||||
.homePageSmallBackdropCard {
|
||||
width: 33.3%;
|
||||
width: 33.334%;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -69,11 +69,6 @@
|
|||
padding-left: .5em !important;
|
||||
padding-right: .5em !important;
|
||||
}
|
||||
|
||||
.pageWithAbsoluteTabs .pageTabContent {
|
||||
padding-left: .25em !important;
|
||||
padding-right: .25em !important;
|
||||
}
|
||||
}
|
||||
|
||||
.libraryPage .currentUsername {
|
||||
|
@ -87,9 +82,16 @@
|
|||
line-height: initial;
|
||||
}
|
||||
|
||||
.listHeader + paper-button {
|
||||
margin-left: 2em;
|
||||
@media all and (max-width: 500px) {
|
||||
|
||||
.listHeader {
|
||||
padding-left: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.listHeader + paper-button {
|
||||
margin-left: 2em;
|
||||
}
|
||||
|
||||
.ehsContent, .ehsContent .pageTabContent {
|
||||
margin: 0 auto;
|
||||
|
@ -128,14 +130,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 500px) {
|
||||
|
||||
.ehsContent:not(.fullWidth), .ehsContent .pageTabContent {
|
||||
width: 98%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 1200px) {
|
||||
|
||||
.paddedItemsContainer {
|
||||
|
@ -150,13 +144,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 1920px) {
|
||||
|
||||
.ehsContent:not(.fullWidth), .ehsContent .pageTabContent {
|
||||
width: 95%;
|
||||
}
|
||||
}
|
||||
|
||||
.detailPageContent, .detailPageContent > table {
|
||||
margin: 0 auto;
|
||||
padding: 0;
|
||||
|
@ -1823,4 +1810,4 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
display: inline-block;
|
||||
vertical-align: top;
|
||||
margin: 0 4px 0 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue