|
|
|
@ -34,7 +34,7 @@ export interface Props { |
|
|
|
|
<div class='grow py-10 pl-0 md:p-10 md:pr-0'> |
|
|
|
|
<div class='relative mb-5 md:hidden'> |
|
|
|
|
<button |
|
|
|
|
class='flex h-10 w-full items-center justify-between rounded-md border border-slate-400 px-2 text-center text-slate-900' |
|
|
|
|
class='flex h-10 w-full items-center justify-between rounded-md bg-slate-800 px-2 text-center font-medium text-slate-100' |
|
|
|
|
id='settings-menu' |
|
|
|
|
> |
|
|
|
|
{name} |
|
|
|
@ -42,7 +42,7 @@ export interface Props { |
|
|
|
|
</button> |
|
|
|
|
<ul |
|
|
|
|
id='settings-menu-dropdown' |
|
|
|
|
class='absolute mt-3 hidden w-full space-y-1.5 rounded-md bg-white p-2 shadow-lg' |
|
|
|
|
class='absolute mt-1 hidden w-full space-y-1.5 rounded-md bg-white p-2 shadow-lg' |
|
|
|
|
> |
|
|
|
|
<li> |
|
|
|
|
<a |
|
|
|
|