Skip to content

Commit 64c3654

Browse files
kecrilykiaking
andauthored
fix: sidebar right blur notch (#712)
Co-authored-by: Kia Ishii <kia.king.08@gmail.com>
1 parent 535e176 commit 64c3654

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/client/theme-default/components/VPNavBar.vue

+2
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ const { hasSidebar } = useSidebar()
6565
}
6666
6767
.VPNavBar.has-sidebar .content {
68+
margin-right: -32px;
69+
padding-right: 32px;
6870
-webkit-backdrop-filter: saturate(50%) blur(8px);
6971
backdrop-filter: saturate(50%) blur(8px);
7072
background: rgba(255, 255, 255, 0.7);

0 commit comments

Comments
 (0)