From 03ce9793249b1e39056b776e1e3854f336412cbc Mon Sep 17 00:00:00 2001 From: Jonas Helming Date: Wed, 30 Oct 2024 10:20:56 +0100 Subject: [PATCH] Add Snap Download as preferred option fixed #635 Signed-off-by: Jonas Helming --- src/components/index/TheiaIDEDownloads.js | 33 ++++++++++------------- 1 file changed, 14 insertions(+), 19 deletions(-) diff --git a/src/components/index/TheiaIDEDownloads.js b/src/components/index/TheiaIDEDownloads.js index 83eed409..ff888e0d 100644 --- a/src/components/index/TheiaIDEDownloads.js +++ b/src/components/index/TheiaIDEDownloads.js @@ -46,19 +46,6 @@ const StyledHeader = styled.div` margin-bottom: 1rem; font-size: 2.2rem; } - .btn { - max-width: 21rem; - @media(max-width: 385px) { - &:not(:last-child) { - margin-right: 0; - } - } - @media(max-width: 800px) { - &:not(:last-child) { - margin-right: 2rem; - } - } - } &__github-details { position: absolute; top: 10rem; @@ -70,9 +57,18 @@ const StyledHeader = styled.div` align-items: center; text-align: center; padding: 3rem 10vw; - @media(max-width: 800px){ + @media(max-width: 600px){ + flex-direction: column; padding: 3rem 0; } + .btn { + max-width: 21rem; + @media(max-width: 800px) { + &:not(:last-child) { + margin-bottom: 2rem + } + } + } } iframe { @@ -92,13 +88,12 @@ const TheiaIDEDownloads = () => ( We are continuing to make improvements and add functionality to the Theia IDE, we welcome and value your feedback (see below).
- Windows (latest) - Linux (latest) - MacOS (latest) + Windows + MacOS + Linux (Snap) + Linux (AppImage)
-
- Get the Theia IDE from the Snap Store

You can also try the latest version of the Theia IDE online. The online test version is limited to 30 minutes per session and hosted via Theia.cloud.

Finally, we provide an experimental Docker image for hosting the Theia IDE online.