Merge pull request #1532 from Influence365/fix-curvy-corners
Further fixes for purplehaze and AppleTV
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user