Skip to content

Commit 2056b66

Browse files
committed
Update app.css
1 parent 5b23162 commit 2056b66

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

app/src/styles/app.css

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ samp {
8383
}
8484

8585
.demo-chat-layout {
86-
max-height: 90%;
87-
height: 600px;
86+
max-height: 100%;
87+
height: 80%;
8888
min-height: 400px;
8989
}
9090

@@ -94,13 +94,12 @@ samp {
9494
}
9595

9696
.demo-header {
97-
background-color: var(
98-
--oj-sp-header-welcome-banner-background-color
99-
) !important;
97+
background-color: rgb(var(--oj-palette-neutral-rgb-10));
98+
max-height: 5px;
10099
}
101100
.demo-header-end {
102-
background-image: url(images/welcomeBanner-foreground2.png);
103-
width: 600px;
101+
/* background-image: url(images/welcomeBanner-foreground2.png); */
102+
max-height: 5px;
104103
justify-content: end;
105104
}
106105

0 commit comments

Comments
 (0)