mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 19:38:20 -07:00
29 lines
571 B
CSS
29 lines
571 B
CSS
.cardBox-round {
|
|
border: .7em solid transparent;
|
|
}
|
|
|
|
.cardImageContainer-round {
|
|
border: .15em solid transparent;
|
|
}
|
|
|
|
.cardImageContainer, .card-round:focus .cardImageContainer {
|
|
border-color: #fff;
|
|
}
|
|
|
|
.cardBox-round {
|
|
transition: transform 180ms ease-out !important;
|
|
-webkit-transform-origin: center center;
|
|
transform-origin: center center;
|
|
}
|
|
|
|
.layout-tv .card-round:focus .cardBox {
|
|
transform: scale(1.34, 1.34);
|
|
}
|
|
|
|
.cardContent-round {
|
|
overflow: visible;
|
|
}
|
|
|
|
.cardImageContainer-round, .card-round .cardImage {
|
|
border-radius: 1000px;
|
|
} |