File tree Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ const Chat = ({ testId, data }: Props) => {
76
76
data = { dataProvider . current }
77
77
selectionMode = "none"
78
78
scrollPosition = { scrollPos }
79
- class = "oj-oj- sm-width-full demo-chat-layout"
79
+ class = "oj-sm-width-full demo-chat-layout"
80
80
>
81
81
< template slot = "itemTemplate" render = { chatItemTemplate } > </ template >
82
82
< template slot = "noData" render = { chatNoDataTemplate } > </ template >
Original file line number Diff line number Diff line change @@ -141,17 +141,17 @@ const Content = () => {
141
141
142
142
return (
143
143
< div class = "oj-web-applayout-max-width oj-web-applayout-content oj-flex oj-sm-flex-direction-column demo-bg-main" >
144
- { /* <div class="oj-flex-bar oj-flex-item demo-header">
144
+ < div class = "oj-flex-bar oj-flex-item demo-header oj-sm-12 " >
145
145
< oj-c-message-toast
146
146
data = { messagesDP . current }
147
147
position = "top"
148
148
onojClose = { handleToastClose }
149
149
> </ oj-c-message-toast >
150
150
< h1 class = "oj-typography-heading-lg oj-flex-bar-start" > </ h1 >
151
151
< div class = "oj-flex-bar-end oj-color-invert demo-header-end" >
152
- <h6 class="oj-sm-margin-2x-end">{connState}</h6>
152
+ { /* <h6 class="oj-sm-margin-2x-end">{connState}</h6> */ }
153
153
</ div >
154
- </div> */ }
154
+ </ div >
155
155
< div class = "oj-flex-item" >
156
156
< Chat data = { update } />
157
157
</ div >
Original file line number Diff line number Diff line change @@ -94,12 +94,14 @@ samp {
94
94
}
95
95
96
96
.demo-header {
97
- background-color : rgb (var (--oj-palette-neutral-rgb-10 ));
98
- max-height : 5px ;
97
+ background-color : var (
98
+ --oj-sp-header-welcome-banner-background-color
99
+ ) !important ;
100
+ max-height : 150px ;
99
101
}
100
102
.demo-header-end {
101
- /* background-image: url(images/welcomeBanner-foreground2.png); */
102
- max-height : 5 px ;
103
+ background-image : url (images/welcomeBanner-foreground2.png);
104
+ width : 600 px ;
103
105
justify-content : end;
104
106
}
105
107
You can’t perform that action at this time.
0 commit comments