diff --git a/download.html b/download.html index b86ac54d..2fb1ef1b 100644 --- a/download.html +++ b/download.html @@ -7,7 +7,7 @@ - + @@ -50,9 +50,13 @@ color: var(--foreground); } - html, body { + /* Only set dimensions if needed for flex centering */ + html { height: 100%; - width: 100%; + } + body { + min-height: 100%; + margin: 0; } .download-button > svg > g > path { @@ -292,7 +296,7 @@

Warlock3

- Version 3.0.16 + Version 3.0.17
@@ -313,8 +317,8 @@

Warlock3

Intel:    - Download .zip    - Download .msix    + Download .zip    + Download .msix    Download .appinstaller

@@ -343,7 +347,7 @@

Warlock3

- + @@ -356,7 +360,7 @@

Warlock3



-
+ @@ -398,7 +402,7 @@

Warlock3

- + @@ -425,7 +429,7 @@

Warlock3

   AMD64:    - Download .tar.gz + Download .tar.gz

@@ -433,8 +437,8 @@

Warlock3

Or install it from the command line:

CPU=$(dpkg --print-architecture) - wget https://github.com/sproctor/warlock3/releases/latest/download/warlock3_3.0.16-4_${CPU}.deb - sudo apt install ./warlock3_3.0.16-4_${CPU}.deb + wget https://github.com/sproctor/warlock3/releases/latest/download/warlock3_3.0.17_${CPU}.deb + sudo apt install ./warlock3_3.0.17_${CPU}.deb