Skip to content

Commit

Permalink
enhance(frontend): センシティブとして設定されたURLのプレビューサムネイルのblur調整 (#633)
Browse files Browse the repository at this point in the history
  • Loading branch information
u1-liquid authored May 22, 2024
1 parent f4fbc22 commit 38c1075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/components/MkUrlPreview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ onUnmounted(() => {
}

.thumbnailBlur {
filter: blur(8px);
filter: blur(16px);
clip-path: inset(0);
}

Expand Down

0 comments on commit 38c1075

Please sign in to comment.