From 334ff3018ce0135628b10cc67c996d41373adaa0 Mon Sep 17 00:00:00 2001 From: Andrew Gundersen Date: Wed, 18 May 2022 10:00:46 -0500 Subject: [PATCH] Patched rounded window on Linux --- src/render/main.css | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.43.0