Skip to content

Commit

Permalink
fix: sidebar right blur notch (#712)
Browse files Browse the repository at this point in the history
Co-authored-by: Kia Ishii <kia.king.08@gmail.com>
  • Loading branch information
kecrily and kiaking committed Jun 6, 2022
1 parent 535e176 commit 64c3654
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/client/theme-default/components/VPNavBar.vue
Expand Up @@ -65,6 +65,8 @@ const { hasSidebar } = useSidebar()
}
.VPNavBar.has-sidebar .content {
margin-right: -32px;
padding-right: 32px;
-webkit-backdrop-filter: saturate(50%) blur(8px);
backdrop-filter: saturate(50%) blur(8px);
background: rgba(255, 255, 255, 0.7);
Expand Down

0 comments on commit 64c3654

Please sign in to comment.