1
0
mirror of https://github.com/MisskeyIO/misskey synced 2024-11-23 22:56:49 +09:00

enhance(frontend): センシティブとして設定されたURLのプレビューサムネイルのblur調整 (MisskeyIO#633)

This commit is contained in:
まっちゃとーにゅ 2024-05-22 21:54:38 +09:00 committed by GitHub
parent f4fbc220d5
commit 38c1075591
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -337,7 +337,7 @@ onUnmounted(() => {
}
.thumbnailBlur {
filter: blur(8px);
filter: blur(16px);
clip-path: inset(0);
}