Skip to content

Commit 6aa0fa9

Browse files
authored
Merge pull request linkwarden#857 from linkwarden/dev
minor UI improvement
2 parents 125f6ac + 8677df0 commit 6aa0fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/InstallApp.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const InstallApp = (props: Props) => {
88
const [isOpen, setIsOpen] = useState(true);
99

1010
return isOpen && !isPWA() ? (
11-
<div className="fixed left-0 right-0 bottom-10 w-full">
11+
<div className="fixed left-0 right-0 bottom-10 w-full px-5">
1212
<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">
1313
<svg
1414
xmlns="http://www.w3.org/2000/svg"

0 commit comments

Comments
 (0)