Skip to content

Commit

Permalink
Merge pull request #115 from vuejs-jp/fix/message-page-section
Browse files Browse the repository at this point in the history
fix: message section background
  • Loading branch information
jiyuujin authored Apr 18, 2024
2 parents 8d6d61b + 2a9153f commit 596e8a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/app/components/MessagePageSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
padding: var(--container-padding);
background: rgba(255, 255, 255, 0.75);
backdrop-filter: blur(2px);
backdrop-filter: blur(8px);
}
.content {
Expand Down

0 comments on commit 596e8a1

Please sign in to comment.