fix: add width to sidebar to hopefully fix mobile?

This commit is contained in:
DuroCodes
2024-05-11 15:13:06 -04:00
parent a441e57439
commit 93772f5b84

View File

@@ -63,6 +63,7 @@ const sidebarConfig: [string, boolean, Props][] = Astro.props.sidebar.map(
cursor: pointer;
user-select: none;
margin-bottom: var(--sl-nav-pad-y);
width: 100%;
}
.__collapse > input::after {