fix: re-add width to sidebar inputs

This commit is contained in:
DuroCodes
2024-05-13 19:42:00 -04:00
parent 09b55ae035
commit fdf1d78c92

View File

@@ -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;
}