fix: save AI response before switching versions, increase mobile font to 17px
This commit is contained in:
@@ -296,8 +296,15 @@
|
||||
.message-content {
|
||||
padding: 0.875rem 1rem;
|
||||
border-radius: 18px;
|
||||
line-height: 1.65;
|
||||
font-size: 1.15rem;
|
||||
line-height: 1.7;
|
||||
font-size: 1.1rem;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.message-content {
|
||||
font-size: 17px;
|
||||
line-height: 1.75;
|
||||
}
|
||||
}
|
||||
|
||||
.message.user .message-content {
|
||||
|
||||
Reference in New Issue
Block a user