mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-27 22:39:33 +09:00
enhance(frontend): URLプレビューのサムネイルを隠す機能のblur効果がはみ出てしまう問題を修正 (MisskeyIO#227)
This commit is contained in:
parent
5421f4f377
commit
6c00304199
@ -323,6 +323,7 @@ onUnmounted(() => {
|
|||||||
|
|
||||||
.thumbnailBlur {
|
.thumbnailBlur {
|
||||||
filter: blur(8px);
|
filter: blur(8px);
|
||||||
|
clip-path: inset(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
@container (max-width: 400px) {
|
@container (max-width: 400px) {
|
||||||
|
Loading…
Reference in New Issue
Block a user