@@ -136,8 +136,6 @@ body {
136136 left : 0 ;
137137 width : 100vw ;
138138 height : 100vh ;
139- /* margin-top: calc(-100vh / 2 + 300px);
140- margin-left: calc(-100vw / 2 + 300px); */
141139 background : transparent !important ;
142140}
143141
@@ -187,24 +185,17 @@ body {
187185 }
188186
189187 # chat-section-right {
190- /* width: 30%; */
191188 width : 50% ;
192- height : 80 vh ;
189+ height : 560 px ;
193190 flex-direction : column;
194191 }
195192
196193 # chat-section-left {
197- /* width: 30%;
198- height: 80vh;
199- overflow-y: auto;
200- flex-direction: column; */
201194 display : none;
202195 }
203196
204197 # map-section {
205- /* width: 50%; */
206198 width : 45% ;
207- /* height: 80vh; */
208199 }
209200
210201 # category-pie-chart {
@@ -226,14 +217,6 @@ body {
226217 padding : 0 0 15px ;
227218 height : 40vh ;
228219 width : 100% ;
229- /* border-radius: var(--border-radius-medium);
230- border: 1px solid var(--highlight);
231- box-shadow: var(--shadow-inner); */
232- /* border-radius: var(--border-radius-medium);
233- border-bottom: 1px solid var(--highlight);
234- border-left: 1px solid var(--highlight);
235- border-right: 1px solid var(--highlight); */
236-
237220}
238221
239222.chat-messages-wrapper {
@@ -282,14 +265,10 @@ border-right: 1px solid var(--highlight); */
282265}
283266
284267.chat-input-container {
285- /* position: absolute;
286- bottom: 0;
287- z-index: 1000; */
288268 width : 100% ;
289269 border-bottom-left-radius : 8px ;
290270 border-bottom-right-radius : 8px ;
291271 background-color : rgba (250 , 250 , 250 , .9 );
292- /* border-top: 1px dotted var(--highlight); */
293272 padding : var (--spacing-small );
294273}
295274
@@ -337,8 +316,7 @@ z-index: 1000; */
337316
338317.chat-content-container {
339318 border-top : none;
340- background : transparent;
341- /* border-radius: var(--border-radius-medium); */
319+ background-color : rgba (250 , 250 , 250 , .9 );
342320 border-bottom-left-radius : var (--border-radius-medium );
343321 border-bottom-right-radius : var (--border-radius-medium );
344322 border : 1px solid var (--highlight );
@@ -359,9 +337,9 @@ z-index: 1000; */
359337.chat-tab {
360338 padding : 10px ;
361339 cursor : pointer;
340+ color : # 999 ;
362341 background-color : rgba (235 , 235 , 235 , 0.7 );
363342 border-bottom : 1px solid var (--highlight );
364- /* margin-bottom: -1px; */
365343 transition : all 0.2s ease;
366344}
367345
@@ -384,6 +362,7 @@ z-index: 1000; */
384362}
385363
386364.chat-tab .active {
365+ color : # 000 ;
387366 background-color : rgba (250 , 250 , 250 , .9 );
388367 border-bottom : 3px solid white;
389368 font-weight : bold;
0 commit comments