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

fixes for purplehaze and AppleTV (for slow mode)

This commit is contained in:
Cameron 2020-07-06 19:23:08 +01:00
parent 6c8c82f75d
commit ca1992ce74
2 changed files with 5 additions and 1 deletions

View file

@ -463,6 +463,10 @@ html {
border-color: #00a4dc !important;
}
.card.show-focus:not(.show-animation) .cardBox:not(.visualCardBox) .cardScalable {
border-radius: 1rem;
}
.blurhash-canvas {
border-radius: 0.5rem;
}

View file

@ -567,7 +567,7 @@ a[data-role=button] {
.card.show-focus:not(.show-animation) .cardBox.visualCardBox,
.card.show-focus:not(.show-animation) .cardBox:not(.visualCardBox) .cardScalable {
border-radius: 1.5em;
border-radius: 1.3em;
}
.layout-desktop,