fix: reduce .message-list and .message-list-inner height from 200px to 10px in base.css

This commit is contained in:
2025-04-01 18:20:18 +00:00
parent f74fcc3ab3
commit b9de37d05a
+2 -2
View File
@@ -101,7 +101,7 @@ a {
.message-list {
flex: 1;
height: 200px;
height: 10px;
padding-bottom: 40px;
overflow-y: auto;
}
@@ -112,7 +112,7 @@ a {
scrollbar-width: none;
-ms-overflow-style: none;
padding: 10px;
height: 200px;
height: 10px;
background: #000000;
}