Autosave: 20260313-230826
This commit is contained in:
parent
7252b42ac5
commit
3cc1513512
@ -41,7 +41,7 @@ body {
|
|||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
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);
|
box-shadow: 0 20px 40px rgba(0,0,0,0.2);
|
||||||
backdrop-filter: blur(15px);
|
backdrop-filter: blur(15px);
|
||||||
-webkit-backdrop-filter: blur(15px);
|
-webkit-backdrop-filter: blur(15px);
|
||||||
|
|||||||
7
assets/css/override.css
Normal file
7
assets/css/override.css
Normal 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;
|
||||||
|
}
|
||||||
BIN
assets/pasted-20260313-225727-453a0534.png
Normal file
BIN
assets/pasted-20260313-225727-453a0534.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 140 KiB |
Loading…
x
Reference in New Issue
Block a user