1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update cards

This commit is contained in:
Luke Pulverenti 2016-08-12 00:33:56 -04:00
parent 106870b066
commit c0e29e7542
7 changed files with 73 additions and 78 deletions

View file

@ -64,7 +64,7 @@
padding-bottom: 18.5%;
}
.card .cardBox {
.cardBox {
padding: 0 !important;
margin: 0;
transition: none;
@ -77,7 +77,7 @@
@media all and (min-width: 600px) {
.layout-desktop .card .cardBox, .layout-mobile .card .cardBox {
.cardBox-mobile {
margin: 3px;
}
}
@ -92,14 +92,10 @@
border-color: transparent;
}
.bottomPaddedCard .cardBox:not(.visualCardBox) {
.cardBox-bottompadded {
margin-bottom: 1em;
}
.hiddenScrollX .bottomPaddedCard .cardBox, .smoothScrollX .bottomPaddedCard .cardBox {
margin-bottom: 0;
}
.btnCardOptions {
text-align: right;
float: right;
@ -107,18 +103,6 @@
margin: 0 !important;
}
.dimunselected .card .cardImageContainer {
-webkit-filter: brightness(50%);
filter: brightness(50%);
transition: filter, -webkit-filter 600ms ease-out !important;
}
.dimunselected .card:focus .cardImageContainer {
-webkit-filter: initial;
filter: initial;
transition: filter, -webkit-filter 600ms ease-out !important;
}
.mediaSourceIndicator {
display: flex;
position: absolute;