Minor tweaks

This commit is contained in:
viktorstrate
2021-05-25 17:22:37 +02:00
parent 68d8f2f574
commit 82246dbff2
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ const Layout = ({ children, title, ...otherProps }: LayoutProps) => {
<MainMenu />
</Authorized>
<div
className="px-3 py-3 w-full overflow-y-scroll h-screen flex-grow lg:pt-5 lg:pl-0 lg:pr-8"
className="px-3 py-3 w-full overflow-y-scroll h-screen flex-grow lg:pt-5 lg:pr-8"
id="layout-content"
>
{children}

View File

@@ -60,7 +60,7 @@ export const MainMenu = () => {
const mapboxEnabled = !!mapboxQuery?.data?.mapboxToken
return (
<div className="absolute lg:relative w-full bottom-0 z-10 bg-white shadow-separator lg:shadow-none lg:w-[240px] lg:mx-8 lg:my-4">
<div className="absolute lg:relative w-full bottom-0 z-10 bg-white shadow-separator lg:shadow-none lg:w-[240px] lg:ml-8 lg:mr-5 lg:my-4">
<ul className="flex justify-around py-2 px-2 z-10 max-w-lg mx-auto lg:flex-col lg:p-0">
<MenuButton
to="/photos"