check to code-server-like
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
}
|
||||
|
||||
.chat-message {
|
||||
max-width: 70%;
|
||||
max-width: 95%;
|
||||
padding: 10px 15px;
|
||||
border-radius: 20px;
|
||||
margin-bottom: 10px;
|
||||
@@ -114,7 +114,7 @@
|
||||
/* 主容器,使用 grid 布局 */
|
||||
#maxcontainer {
|
||||
display: grid;
|
||||
grid-template-columns: 2fr 5px 3fr 5px 1fr; /* 默认宽度比例 */
|
||||
grid-template-columns: 2fr 5px 3fr 5px 2fr; /* 默认宽度比例 */
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user