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:
commit
5ea152f8c6
2 changed files with 6 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue