Tweak text scaling
This commit is contained in:
parent
55e5de5560
commit
2b084d3f39
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
|||
if (message.length < 80) {
|
||||
container.className = 'short';
|
||||
}
|
||||
if (message.length < 40) {
|
||||
if (message.length < 36) {
|
||||
container.className = 'tiny';
|
||||
}
|
||||
if (message.length > 300) {
|
||||
|
|
Loading…
Reference in a new issue