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:
parent
6c8c82f75d
commit
ca1992ce74
2 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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