improve frontend

This commit is contained in:
2024-05-30 02:07:37 +08:00
parent b9d0f0b548
commit caf67bf618
3 changed files with 104 additions and 27 deletions

View File

@ -9,6 +9,7 @@
#message-list {
width: 100%;
flex-grow: 1;
max-height: 100%;
overflow-y: scroll;
}

View File

@ -11,4 +11,6 @@ body {
#content {
width: 100%;
flex-grow: 1;
max-height: 100%;
overflow: hidden;
}