fix: apply border-radius directly on card images for older WebKit
All checks were successful
CI / update (push) Successful in 1m24s
All checks were successful
CI / update (push) Successful in 1m24s
This commit is contained in:
@@ -93,6 +93,8 @@ const img_alt = $derived(
|
||||
height: 255px;
|
||||
object-fit: cover;
|
||||
transition: var(--transition-normal);
|
||||
border-top-left-radius: inherit;
|
||||
border-top-right-radius: inherit;
|
||||
}
|
||||
.blur{
|
||||
filter: blur(10px);
|
||||
|
||||
Reference in New Issue
Block a user