Tweak text scaling

This commit is contained in:
Henri Bergius 2017-11-30 18:28:20 +01:00
parent 55e5de5560
commit 2b084d3f39

View file

@ -64,7 +64,7 @@
if (message.length < 80) { if (message.length < 80) {
container.className = 'short'; container.className = 'short';
} }
if (message.length < 40) { if (message.length < 36) {
container.className = 'tiny'; container.className = 'tiny';
} }
if (message.length > 300) { if (message.length > 300) {