fix: chatbox font sizes

Using pt units causes issues with windows not applying cleartype / subpixel anti-aliasing.
This commit is contained in:
Roardom
2023-04-29 07:31:42 +00:00
parent de32ad62af
commit 03d8e7cfd7
+2 -2
View File
@@ -482,11 +482,11 @@
width: 100%;
max-width: 100%;
line-height: 130%;
font-size: 14pt;
font-size: 18px;
font-weight: 400;
.system {
font-size: 12pt;
font-size: 16px;
color: #939393;
padding: 0;
margin: 0;