Patched rounded window on Linux

This commit is contained in:
Andrew Gundersen 2022-05-18 10:00:46 -05:00
commit 334ff3018c

View 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;
}