Autosave: 20260313-230826

This commit is contained in:
Flatlogic Bot 2026-03-13 23:08:27 +00:00
parent 7252b42ac5
commit 3cc1513512
3 changed files with 8 additions and 1 deletions

View File

@ -41,7 +41,7 @@ body {
border-radius: 20px;
display: flex;
flex-direction: column;
height: 85vh;
height: auto !important; min-height: 50vh; max-height: 90vh;
box-shadow: 0 20px 40px rgba(0,0,0,0.2);
backdrop-filter: blur(15px);
-webkit-backdrop-filter: blur(15px);

7
assets/css/override.css Normal file
View File

@ -0,0 +1,7 @@
/* Patch for chat container height in multi-column layout */
.chat-container {
height: auto !important;
min-height: 50vh;
max-height: 85vh;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 KiB