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

Reword the placeholder

This commit is contained in:
MrTimscampi 2020-05-31 23:48:57 +02:00
parent d804b4097a
commit d91797b06e
8 changed files with 92 additions and 6 deletions

View file

@ -217,10 +217,6 @@ button::-moz-focus-inner {
border-bottom-right-radius: 0;
}
.backdropCard .cardContent:not(.defaultCardBackground) {
background-color: transparent;
}
.cardContent-shadow {
box-shadow: 0 0.0725em 0.29em 0 rgba(0, 0, 0, 0.37);
}

View file

@ -1,11 +1,11 @@
.lazy-image-fadein {
opacity: 1;
transition: opacity 0.7s;
transition: opacity 0.5s;
}
.lazy-image-fadein-fast {
opacity: 1;
transition: opacity 0.2s;
transition: opacity 0.1s;
}
.lazy-hidden {