Commit 12e86736 by zhangxingmin

push

parent 6a0a201c
...@@ -558,7 +558,7 @@ function escapeHtml(str) { ...@@ -558,7 +558,7 @@ function escapeHtml(str) {
flex: 1; flex: 1;
overflow-y: auto; overflow-y: auto;
padding: 24px; padding: 24px;
max-width: 900px; max-width: 1000px;
margin: 0 auto; margin: 0 auto;
width: 100%; width: 100%;
} }
...@@ -607,7 +607,7 @@ function escapeHtml(str) { ...@@ -607,7 +607,7 @@ function escapeHtml(str) {
} }
.message-content { .message-content {
max-width: 70%; max-width: 85%;
padding: 12px 16px; padding: 12px 16px;
border-radius: 18px; border-radius: 18px;
line-height: 1.6; line-height: 1.6;
...@@ -1064,4 +1064,14 @@ function escapeHtml(str) { ...@@ -1064,4 +1064,14 @@ function escapeHtml(str) {
.chat-messages::-webkit-scrollbar-thumb:hover { .chat-messages::-webkit-scrollbar-thumb:hover {
background: #94a3b8; background: #94a3b8;
} }
@media (max-width: 768px) {
.message-content {
max-width: 90%;
}
.chat-messages {
max-width: 100%;
padding: 16px;
}
}
</style> </style>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment