Skip to content

Commit

Permalink
fix library sidebar nav width
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Aug 16, 2024
1 parent a924056 commit acfa03d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/large-coats-accept.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@ryanatkn/fuz': patch
---

fix library sidebar nav width
3 changes: 2 additions & 1 deletion src/lib/Library_Page_Links.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@
}
/* TODO @many remove all :global usage after https://github.com/sveltejs/svelte/issues/10143 */
.sidebar_wrapper :global(ul) {
min-width: var(--library_menu_width);
width: 100%;
max-width: var(--library_menu_width);
}
/* TODO should be a CSS class or variable, maybe should be the default?
Expand Down

0 comments on commit acfa03d

Please sign in to comment.