Skip to content

Commit

Permalink
fix scroll on profile pages
Browse files Browse the repository at this point in the history
  • Loading branch information
huumn committed May 23, 2024
1 parent 211f549 commit 9c5bec0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pages/[name]/[type].js
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,10 @@ function UserItemsHeader ({ type, name }) {
initial={{ type, by, when, from: '', to: '' }}
onSubmit={select}
>
<div className='text-muted fw-bold mt-0 mb-3 d-flex justify-content-start align-items-center flex-wrap'>
<div className='text-muted fw-bold mt-0 mb-2 d-flex justify-content-start align-items-center'>
<div className='text-muted fw-bold d-flex align-items-center flex-wrap'>
<div className='text-muted fw-bold mb-2 d-flex align-items-center'>
<Select
groupClassName='mb-0 me-2'
className='w-auto'
name='type'
size='sm'
overrideValue={type}
Expand All @@ -80,7 +79,6 @@ function UserItemsHeader ({ type, name }) {
by
<Select
groupClassName='mb-0 mx-2'
className='w-auto'
name='by'
size='sm'
overrideValue={by}
Expand All @@ -90,7 +88,6 @@ function UserItemsHeader ({ type, name }) {
for
<Select
groupClassName='mb-0 mx-2'
className='w-auto'
name='when'
size='sm'
items={WHENS}
Expand Down

0 comments on commit 9c5bec0

Please sign in to comment.