Skip to content

Commit

Permalink
breakpoint nav width
Browse files Browse the repository at this point in the history
  • Loading branch information
sceuick committed Oct 3, 2024
1 parent 3c6ac33 commit 3a3660f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ const Navigation: Component = () => {
>
<div
ref={content}
class="drawer__content sm:text-md text-md flex flex-col gap-1 px-2 sm:gap-1"
class="sm:text-md text-md flex min-w-[320px] flex-col gap-1 px-2 sm:min-w-[336px] sm:gap-1"
>
<div class="flex w-full items-center justify-between">
<div
Expand Down
2 changes: 1 addition & 1 deletion web/shared/Slot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ const slotDefs: Record<SlotKind, SlotDef> = {
sm: {
size: '300x250',
id: 'agn-menu-sm',
fuseId: location.host === 'agnai.chat' ? '23195824742' : '23199579880', // 23199579880
fuseId: location.host === 'agnai.chat' ? '23199579880' : '23195824742', // 23199579880
}, //
lg: { size: '300x600', id: 'agn-menu-lg', fuseId: '23195824742' },
ez: [106],
Expand Down

0 comments on commit 3a3660f

Please sign in to comment.