enhance(frontend): URLプレビューのサムネイルを隠す機能のblur効果がはみ出てしまう問題を修正 (MisskeyIO#227)
This commit is contained in:
parent
5421f4f377
commit
6c00304199
|
@ -323,6 +323,7 @@ onUnmounted(() => {
|
|||
|
||||
.thumbnailBlur {
|
||||
filter: blur(8px);
|
||||
clip-path: inset(0);
|
||||
}
|
||||
|
||||
@container (max-width: 400px) {
|
||||
|
|
Loading…
Reference in a new issue