mirror of
https://github.com/Nezumi-2711/onedrive-vercel-index.git
synced 2026-09-22 13:38:45 +00:00
Add box-shadow, reduce padding on mobile.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user