mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-05 07:44:38 +00:00
refactor: move mobile menu to the bottom on mobile
This commit is contained in:
parent
2241a8a226
commit
bf67b5d928
1 changed files with 1 additions and 27 deletions
|
@ -22,7 +22,7 @@ export const MenuPage = () => {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
{userStore.user && (
|
{userStore.user && (
|
||||||
<div className="flex flex-col gap-2">
|
<div className="fixed flex flex-col justify-end gap-2 left-4 right-4 bottom-24 sm:static">
|
||||||
<div className="flex flex-wrap items-center gap-2">
|
<div className="flex flex-wrap items-center gap-2">
|
||||||
<Link
|
<Link
|
||||||
href={`/profile/${userStore.user.id}`}
|
href={`/profile/${userStore.user.id}`}
|
||||||
|
@ -111,32 +111,6 @@ export const MenuPage = () => {
|
||||||
</div>
|
</div>
|
||||||
</Card>
|
</Card>
|
||||||
</Link>
|
</Link>
|
||||||
<Link href={"https://t.me/anix_web"} className="flex-1">
|
|
||||||
<Card>
|
|
||||||
<div className="flex items-center gap-2">
|
|
||||||
<span className="w-8 h-8 iconify fa6-brands--telegram"></span>
|
|
||||||
<div>
|
|
||||||
<p>Телеграм канал</p>
|
|
||||||
<p className="text-sm text-gray-400 dark:text-gray-200">
|
|
||||||
@anix_web
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</Card>
|
|
||||||
</Link>
|
|
||||||
<Link href={"https://wah.su/radiquum"} className="flex-1">
|
|
||||||
<Card>
|
|
||||||
<div className="flex items-center gap-2">
|
|
||||||
<span className="w-8 h-8 iconify mdi--code"></span>
|
|
||||||
<div>
|
|
||||||
<p>Разработчик</p>
|
|
||||||
<p className="text-sm text-gray-400 dark:text-gray-200">
|
|
||||||
Radiquum
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</Card>
|
|
||||||
</Link>
|
|
||||||
<SettingsModal
|
<SettingsModal
|
||||||
isOpen={isSettingModalOpen}
|
isOpen={isSettingModalOpen}
|
||||||
setIsOpen={setIsSettingModalOpen}
|
setIsOpen={setIsSettingModalOpen}
|
||||||
|
|
Loading…
Add table
Reference in a new issue