Add box-shadow, reduce padding on mobile.

This commit is contained in:
symant233
2022-11-29 18:58:49 +08:00
parent 0684f04546
commit bfb2db73b5
7 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ const Navbar = () => {
{tokenPresent && (
<button
className="flex items-center space-x-2 p-2 hover:opacity-80 dark:text-white"
className="flex items-center space-x-2 hover:opacity-80 dark:text-white"
onClick={() => setIsOpen(true)}
>
<span className="hidden text-sm font-medium md:inline-block">{t('Logout')}</span>