mirror of
https://github.com/artegoser/AnoPaper.git
synced 2024-11-05 20:43:57 +03:00
fix: menu on android
This commit is contained in:
parent
548b2955cd
commit
a4e5a7157e
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ import {
|
|||
|
||||
function Menu() {
|
||||
return (
|
||||
<div className="grid grid-cols-1 col-span-4 lg:col-span-1 gap-2 m-4 place-content-start justify-self-center justify-center">
|
||||
<div className="grid grid-cols-2 lg:grid-cols-1 col-span-4 lg:col-span-1 gap-2 mt-4 lg:m-4 place-content-start justify-self-center justify-center">
|
||||
<ButtonWithIcon
|
||||
icon={MagnifyingGlassCircleIcon}
|
||||
text={locals.Notes}
|
||||
|
|
Loading…
Reference in a new issue