diff --git a/src/components/download.tsx b/src/components/download.tsx index a1eac89..7c9f43f 100644 --- a/src/components/download.tsx +++ b/src/components/download.tsx @@ -246,9 +246,7 @@ export default function DownloadPage() {

 										{linuxAppimageBashScript}
-										
+										
 									
)} @@ -264,9 +262,7 @@ export default function DownloadPage() {

 										{linuxFlatpakScript}
-										
+										
 									
)} @@ -512,11 +508,11 @@ export default function DownloadPage() { Choose the type of download you want for Zen for Linux. -
+
setSelectedLinuxDownloadType("appimage")} className={ny( - "mb-2 flex h-full w-full cursor-pointer select-none flex-col items-center rounded-lg border bg-background p-5", + "mb-2 flex flex-1 cursor-pointer select-none flex-col items-center rounded-lg border bg-background p-5", selectedLinuxDownloadType === "appimage" ? "border-blue-400" : "", @@ -533,7 +529,7 @@ export default function DownloadPage() {
setSelectedLinuxDownloadType("portable")} className={ny( - "mb-2 ml-5 flex h-full w-full cursor-pointer select-none flex-col items-center rounded-lg border bg-background p-5", + "mb-2 ml-5 flex flex-1 cursor-pointer select-none flex-col items-center rounded-lg border bg-background p-5", selectedLinuxDownloadType === "portable" ? "border-blue-400" : "", @@ -550,7 +546,7 @@ export default function DownloadPage() {
changeToFlatpak()} className={ny( - "mb-2 ml-5 flex h-full w-full cursor-pointer select-none flex-col items-center rounded-lg border bg-background p-5", + "mb-2 ml-5 flex flex-1 cursor-pointer select-none flex-col items-center rounded-lg border bg-background p-5", selectedLinuxDownloadType === "flatpak" ? "border-blue-400" : "",