mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update shared components
This commit is contained in:
parent
db0bac5a2b
commit
ff0882ba79
18 changed files with 87 additions and 73 deletions
|
@ -10,6 +10,7 @@
|
|||
cursor: pointer;
|
||||
contain: style;
|
||||
flex-shrink: 0;
|
||||
font-weight: inherit !important;
|
||||
}
|
||||
|
||||
.itemsContainer {
|
||||
|
@ -40,10 +41,6 @@
|
|||
contain: layout style;
|
||||
}
|
||||
|
||||
.card, .card:focus {
|
||||
font-weight: inherit !important;
|
||||
}
|
||||
|
||||
button.card {
|
||||
border: 0 !important;
|
||||
font-size: inherit !important;
|
||||
|
@ -70,7 +67,7 @@ button.card {
|
|||
padding-bottom: 18.5%;
|
||||
}
|
||||
|
||||
.card .cardBox {
|
||||
.cardBox {
|
||||
padding: 0 !important;
|
||||
margin: 0;
|
||||
transition: none !important;
|
||||
|
@ -79,7 +76,7 @@ button.card {
|
|||
overflow: hidden;
|
||||
}
|
||||
|
||||
.layout-tv .card .cardBox {
|
||||
.layout-tv .cardBox {
|
||||
will-change: transform;
|
||||
}
|
||||
|
||||
|
@ -90,10 +87,6 @@ button.card {
|
|||
}
|
||||
}
|
||||
|
||||
button.cardContent {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.round .cardBox {
|
||||
border: .7em solid transparent;
|
||||
}
|
||||
|
@ -105,6 +98,7 @@ button.cardContent {
|
|||
.card:focus {
|
||||
position: relative !important;
|
||||
z-index: 10 !important;
|
||||
font-weight: inherit !important;
|
||||
}
|
||||
|
||||
.card:focus .cardBox {
|
||||
|
@ -140,11 +134,6 @@ button.cardContent {
|
|||
margin: 0 !important;
|
||||
}
|
||||
|
||||
/*.card[focused]:not(.noScale) .cardBox, .card:focus:not(.noScale) .cardBox {
|
||||
animation:SHW .2s;
|
||||
animation-fill-mode: both;
|
||||
}*/
|
||||
|
||||
.dimunselected .card .cardImageContainer {
|
||||
-webkit-filter: brightness(50%);
|
||||
filter: brightness(50%);
|
||||
|
@ -217,6 +206,8 @@ button.cardImageContainer {
|
|||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
/* Needed in case this is a button */
|
||||
display: block;
|
||||
}
|
||||
|
||||
.round .cardContent {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue