From: Andrew Gundersen Date: Wed, 18 May 2022 15:00:46 +0000 (-0500) Subject: Patched rounded window on Linux X-Git-Url: https://andrewgundersen.net/repos?a=commitdiff_plain;h=334ff3018ce0135628b10cc67c996d41373adaa0;p=mime-chat Patched rounded window on Linux --- diff --git a/src/render/main.css b/src/render/main.css index 9fb373f..bf8e088 100644 --- a/src/render/main.css +++ b/src/render/main.css @@ -36,6 +36,7 @@ html, body { -webkit-font-smoothing: antialiased; height: 100vh; /* 100% for website */ width: 100vw; /* 100% for website */ + /* Does not work on Linux */ border-radius: 15px; }