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

Merge pull request #1532 from Influence365/fix-curvy-corners

Further fixes for purplehaze and AppleTV
This commit is contained in:
dkanada 2020-07-07 10:51:47 +09:00 committed by GitHub
commit 5ea152f8c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -463,6 +463,11 @@ html {
border-color: #00a4dc !important;
}
.card.show-focus:not(.show-animation) .cardBox.visualCardBox,
.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,