Skip to content

Commit da4e08f

Browse files
committed
Fix: tweak dropdown width for chapter selector
1 parent 8949cf4 commit da4e08f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/lib/components/Dropdown.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ A simple dropdown menu from DaisyUI.
2121
tabindex="0"
2222
class="dy-dropdown-content dy-menu drop-shadow-lg mt-2.5 bg-base-100 z-10 max-sm:absolute max-sm:start-1.5"
2323
class:min-w-[22rem]={cols == 6}
24-
class:min-w-[17.25rem]={cols == 5}
24+
class:min-w-[18rem]={cols == 5}
2525
style={convertStyle($s['ui.background'])}
2626
on:blur={() => dispatch('nav-end')}
2727
>

0 commit comments

Comments
 (0)