feat: chat panel redesigned ui

This commit is contained in:
butterfly
2024-04-16 14:07:51 +08:00
parent 3fc9b91bf1
commit 51a1d9f92a
41 changed files with 1350 additions and 526 deletions

View File

@@ -61,7 +61,7 @@
--window-width: 90vw;
--window-height: 90vh;
--sidebar-width: 300px;
// --sidebar-width: 300px;
--window-content-width: calc(100% - var(--sidebar-width));
--message-max-width: 80%;
--full-height: 100%;
@@ -71,7 +71,7 @@
:root {
--window-width: 100vw;
--window-height: var(--full-height);
--sidebar-width: 100vw;
// --sidebar-width: 100vw;
--window-content-width: var(--window-width);
--message-max-width: 100%;
}