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
f9240e5fb5
commit
b1feee2d1c
17 changed files with 39 additions and 54 deletions
|
@ -172,6 +172,7 @@ button.card {
|
|||
position: relative;
|
||||
background-clip: content-box !important;
|
||||
border-radius: 2px;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.visualCardBox .cardImageContainer {
|
||||
|
@ -259,6 +260,7 @@ button.cardImageContainer {
|
|||
z-index: 1;
|
||||
overflow: hidden;
|
||||
max-width: 100%;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.innerCardFooterClear {
|
||||
|
@ -274,16 +276,9 @@ button.cardImageContainer {
|
|||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.cardText {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.innerCardFooter .cardText, .cardImageContainer .cardText {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.cardTextCentered {
|
||||
text-align: center;
|
||||
}
|
||||
|
@ -310,7 +305,7 @@ button.cardImageContainer {
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
.card .indicators {
|
||||
.cardIndicators {
|
||||
right: 2.5%;
|
||||
top: 2.5%;
|
||||
position: absolute;
|
||||
|
@ -318,12 +313,12 @@ button.cardImageContainer {
|
|||
align-items: center;
|
||||
}
|
||||
|
||||
.portraitCard .indicators {
|
||||
.portraitCardIndicators {
|
||||
right: 3%;
|
||||
top: 2%;
|
||||
}
|
||||
|
||||
.backdropCard .indicators {
|
||||
.backdropCardIndicators {
|
||||
right: 1.5%;
|
||||
top: 2.8%;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue