mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
separate card style
This commit is contained in:
parent
274d8f6809
commit
782d50532d
16 changed files with 93 additions and 137 deletions
29
dashboard-ui/bower_components/emby-webcomponents/cardbuilder/roundcard.css
vendored
Normal file
29
dashboard-ui/bower_components/emby-webcomponents/cardbuilder/roundcard.css
vendored
Normal file
|
@ -0,0 +1,29 @@
|
|||
.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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue