We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b23162 commit 2056b66Copy full SHA for 2056b66
app/src/styles/app.css
@@ -83,8 +83,8 @@ samp {
83
}
84
85
.demo-chat-layout {
86
- max-height: 90%;
87
- height: 600px;
+ max-height: 100%;
+ height: 80%;
88
min-height: 400px;
89
90
@@ -94,13 +94,12 @@ samp {
94
95
96
.demo-header {
97
- background-color: var(
98
- --oj-sp-header-welcome-banner-background-color
99
- ) !important;
+ background-color: rgb(var(--oj-palette-neutral-rgb-10));
+ max-height: 5px;
100
101
.demo-header-end {
102
- background-image: url(images/welcomeBanner-foreground2.png);
103
- width: 600px;
+ /* background-image: url(images/welcomeBanner-foreground2.png); */
104
justify-content: end;
105
106
0 commit comments