khangeyAI / static /app.css
khangey's picture
Upload 7 files
1fa184f
raw
history blame contribute delete
280 Bytes
#maiChatHistory .message-wrap div {
font-size: 30px;
}
#maiChatInput textarea {
font-size: 30px
}
@media screen and (min-width: 768px) {
#maiChatInput textarea {
font-size: 20px
}
#maiChatHistory .message-wrap div {
font-size: 20px;
}
}