Skip to content

Commit 235b334

Browse files
committed
fix: sidebar buttons not hiding fully
1 parent 089d849 commit 235b334

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/layouts/WikiArticle.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ export interface Props {
314314
left: 0px;
315315

316316
button.open {
317-
left: -2em;
317+
left: -2.2em;
318318
}
319319
}
320320

@@ -345,7 +345,7 @@ export interface Props {
345345
right: 0px;
346346

347347
button.open {
348-
right: -2em;
348+
right: -2.2em;
349349
}
350350
}
351351

0 commit comments

Comments
 (0)