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:
@@ -19,7 +19,7 @@ const SwitchLayout = () => {
|
||||
return (
|
||||
<div className="relative w-24 flex-shrink-0 text-sm text-gray-600 dark:text-gray-300 md:w-28">
|
||||
<Listbox value={preferredLayout} onChange={setPreferredLayout}>
|
||||
<Listbox.Button className="relative w-full cursor-pointer rounded pl-2">
|
||||
<Listbox.Button className="relative w-full cursor-pointer rounded pl-4">
|
||||
<span className="pointer-events-none flex items-center">
|
||||
<FontAwesomeIcon className="mr-2 h-3 w-3" icon={preferredLayout.icon} />
|
||||
<span>
|
||||
|
||||
Reference in New Issue
Block a user