mirror of
https://github.com/sern-handler/website
synced 2026-06-06 01:16:47 +00:00
fix: re-add width to sidebar inputs
This commit is contained in:
@@ -64,6 +64,7 @@ const sidebarConfig: [string, boolean, Props][] = Astro.props.sidebar.map(
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
margin-bottom: var(--sl-nav-pad-y);
|
||||
width: 100%;
|
||||
min-height: fit-content;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user