enhance(frontend): URLプレビューのサムネイルを隠す機能のblur効果がはみ出てしまう問題を修正 (MisskeyIO#227)

This commit is contained in:
まっちゃとーにゅ 2023-11-09 02:41:48 +09:00 committed by GitHub
parent 5421f4f377
commit 6c00304199
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -323,6 +323,7 @@ onUnmounted(() => {
.thumbnailBlur {
filter: blur(8px);
clip-path: inset(0);
}
@container (max-width: 400px) {