Skip to content

Commit b084833

Browse files
committed
fix navlight width
1 parent 752db3b commit b084833

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

app.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,10 @@ a {
109109
opacity: 0.75;
110110
position: fixed;
111111
top: 0;
112-
left: 0;
112+
left: 50%;
113+
transform: translateX(-50%);
113114
width: 100vw;
115+
min-width: 800px;
114116
height: 100vh;
115117
pointer-events: none;
116118
}

0 commit comments

Comments
 (0)