Commit be526994 authored by Kantz's avatar Kantz
Browse files

kleine style änderungen

parent 7689fd33
...@@ -84,6 +84,7 @@ body { ...@@ -84,6 +84,7 @@ body {
flex-direction: column; flex-direction: column;
gap: 16px; gap: 16px;
min-height: 0; min-height: 0;
max-height: 85vh;
} }
.chat-window { .chat-window {
...@@ -188,6 +189,7 @@ body { ...@@ -188,6 +189,7 @@ body {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: 12px; gap: 12px;
flex: 0 0 320px;
} }
.canvas-header { .canvas-header {
...@@ -242,7 +244,7 @@ body { ...@@ -242,7 +244,7 @@ body {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: 12px; gap: 12px;
max-height: 80vh; max-height: 85vh;
overflow-y: auto; overflow-y: auto;
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment