Scaling Chat

Changed units to be flexable, aimed at 1080p to be as close to identical as possible but now scales bigger and smaller.
This commit is contained in:
DESKTOP-BL5U4J7\firec
2018-08-26 04:01:06 +01:00
parent 79d01af08a
commit b1b2bd8c31
2 changed files with 25 additions and 23 deletions

View File

@@ -14,6 +14,6 @@ window.CONFIG = {
style: {
background: 'rgba(52, 73, 94, 0.7)',
width: '38%',
height: '240px',
height: '22%',
}
};