We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 125f6ac + 8677df0 commit 6aa0fa9Copy full SHA for 6aa0fa9
components/InstallApp.tsx
@@ -8,7 +8,7 @@ const InstallApp = (props: Props) => {
8
const [isOpen, setIsOpen] = useState(true);
9
10
return isOpen && !isPWA() ? (
11
- <div className="fixed left-0 right-0 bottom-10 w-full">
+ <div className="fixed left-0 right-0 bottom-10 w-full px-5">
12
<div className="mx-auto w-fit p-2 flex justify-between gap-2 items-center border border-neutral-content rounded-xl bg-base-300 backdrop-blur-md bg-opacity-80 max-w-md">
13
<svg
14
xmlns="http://www.w3.org/2000/svg"
0 commit comments