mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-07-13 06:42:51 -05:00
Get rid of unneeded element in MobileMenu
This commit is contained in:
parent
5004befc02
commit
e5617d095e
|
|
@ -15,9 +15,6 @@ export function MobileMenu({
|
|||
|
||||
return (
|
||||
<div className={clsx("layout__mobile-nav", { expanded })}>
|
||||
<div className="layout__mobile-nav__top-action">
|
||||
{/* <SearchInput /> */}
|
||||
</div>
|
||||
<div className="layout__mobile-nav__links">
|
||||
{navItemsGrouped(Boolean(user?.plusTier)).map((navGroup) => (
|
||||
<Fragment key={navGroup.title}>
|
||||
|
|
|
|||
|
|
@ -107,15 +107,6 @@
|
|||
bottom: 0;
|
||||
}
|
||||
|
||||
.layout__mobile-nav__top-action {
|
||||
display: grid;
|
||||
padding-top: var(--s-12);
|
||||
padding-bottom: var(--s-8);
|
||||
background-color: var(--bg);
|
||||
gap: var(--s-4);
|
||||
place-items: center;
|
||||
}
|
||||
|
||||
.layout__mobile-nav__link__icon {
|
||||
width: 2rem;
|
||||
height: 2rem;
|
||||
|
|
@ -130,6 +121,7 @@
|
|||
justify-content: center;
|
||||
grid-auto-columns: 1fr;
|
||||
grid-auto-rows: 4rem;
|
||||
padding-block-start: 4.5rem;
|
||||
}
|
||||
|
||||
.layout__mobile-nav__group-title {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user