]> Repos - mime-chat/commitdiff
Patched rounded window on Linux
authorAndrew Gundersen <gundersena@crimata.com>
Wed, 18 May 2022 15:00:46 +0000 (10:00 -0500)
committerAndrew Gundersen <gundersena@crimata.com>
Wed, 18 May 2022 15:00:46 +0000 (10:00 -0500)
src/render/main.css

index 9fb373f6eabca4bdcfaac9584d7682fb26c69000..bf8e0880bb2d26aa1e9a3bb5fa9e440ddde01979 100644 (file)
@@ -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;
 }