1
0
Fork 0
forked from Mirrors/gomuks

web/composer: fix textarea font

This commit is contained in:
Tulir Asokan 2024-10-20 01:34:58 +03:00
parent f38946b96e
commit 066c3ff0d3

View file

@ -10,7 +10,7 @@ div.message-composer {
line-height: 1.25;
flex: 1;
resize: none;
font-family: sans-serif;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
height: auto;
padding: .5rem;
border: none;