more spacing consistency

This commit is contained in:
keyan 2024-03-27 14:04:04 -05:00
parent 02ef61e1df
commit f0911fde04
4 changed files with 4 additions and 3 deletions

View File

@ -158,7 +158,7 @@ export default function Footer ({ links = true }) {
return ( return (
<footer> <footer>
<Container className='mb-3 mt-4'> <Container className='mb-3'>
{links && {links &&
<> <>
<div className='mb-1'> <div className='mb-1'>

View File

@ -24,6 +24,7 @@
flex-grow: 1; flex-grow: 1;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
padding-bottom: 2rem;
} }
.content form { .content form {

View File

@ -17,7 +17,7 @@ export default function RecentHeader ({ type, sub }) {
return ( return (
<div className='text-muted fw-bold mt-1 mb-3 d-flex justify-content-start align-items-center'> <div className='text-muted fw-bold mt-1 mb-3 d-flex justify-content-start align-items-center'>
<Select <Select
groupClassName='mb-0' groupClassName='mb-2'
className='w-auto' className='w-auto'
name='type' name='type'
size='sm' size='sm'

View File

@ -79,7 +79,7 @@ export default function Search ({ sub }) {
</div> </div>
{filter && router.query.q && {filter && router.query.q &&
<div className='text-muted fw-bold d-flex align-items-center flex-wrap pb-2'> <div className='text-muted fw-bold d-flex align-items-center flex-wrap pb-2'>
<div className='text-muted fw-bold d-flex align-items-center pb-2'> <div className='text-muted fw-bold d-flex align-items-center'>
<Select <Select
groupClassName='me-2 mb-0' groupClassName='me-2 mb-0'
onChange={(formik, e) => search({ ...formik?.values, what: e.target.value })} onChange={(formik, e) => search({ ...formik?.values, what: e.target.value })}