mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-05-02 08:19:33 -05:00
fix: chatbox font sizes
Using pt units causes issues with windows not applying cleartype / subpixel anti-aliasing.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user