mirror of
https://github.com/artegoser/AnoPaper.git
synced 2024-11-22 11:56:21 +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() {
|
function Menu() {
|
||||||
return (
|
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
|
<ButtonWithIcon
|
||||||
icon={MagnifyingGlassCircleIcon}
|
icon={MagnifyingGlassCircleIcon}
|
||||||
text={locals.Notes}
|
text={locals.Notes}
|
||||||
|
|
Loading…
Add table
Reference in a new issue