change write-message from 32px to 40px to display

two lines of typed text instead of one.
This commit is contained in:
TheGrinder 2023-08-21 12:22:22 +02:00
parent cb94afdc16
commit 9741eb6a83

View File

@ -52,7 +52,7 @@
}
.live-chat > .write-message > div:nth-child(1) {
height: 32px;
height: 40px;
flex-grow: 1;
}