mirror of
https://github.com/sern-handler/website
synced 2026-06-06 01:16:47 +00:00
fix: add width to sidebar to hopefully fix mobile?
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user