Skip to content

Commit 62c03ac

Browse files
committed
style adjustments/fixes
1 parent b720816 commit 62c03ac

1 file changed

Lines changed: 79 additions & 5 deletions

File tree

experiment-7/assets/css/style.css

Lines changed: 79 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,15 @@ body {
105105
left: 0;
106106
width: 100%;
107107
z-index: 50;
108-
background-color: rgba(255, 255, 255, 0.8);
108+
background-color: rgba(235, 235, 235, 0.5);
109109
padding: 10px 20px;
110110
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
111111
}
112112

113+
.app-header-title{
114+
font-weight: 900;
115+
}
116+
113117
/* ===============================
114118
Map Elements
115119
=============================== */
@@ -132,8 +136,8 @@ body {
132136
left: 0;
133137
width: 100vw;
134138
height: 100vh;
135-
margin-top: calc(-100vh / 2 + 300px);
136-
margin-left: calc(-100vw / 2 + 300px);
139+
/* margin-top: calc(-100vh / 2 + 300px);
140+
margin-left: calc(-100vw / 2 + 300px); */
137141
background: transparent !important;
138142
}
139143

@@ -202,6 +206,10 @@ body {
202206
width: 45%;
203207
/* height: 80vh; */
204208
}
209+
210+
.current-date{
211+
font-size: 1em !important;
212+
}
205213
}
206214

207215
/* ===============================
@@ -220,7 +228,7 @@ body {
220228
}
221229

222230
.chat-messages-wrapper {
223-
height: calc(100% - 50px);
231+
height: calc(100% - 0px);
224232
overflow-y: scroll;
225233
}
226234

@@ -244,6 +252,17 @@ body {
244252
width: 94%;
245253
}
246254

255+
.llm-response-header {
256+
display: none;
257+
}
258+
259+
.llm-response-living-conditions,
260+
.llm-response-trash,
261+
.llm-response-streets,
262+
.llm-response-parking{
263+
margin-top: 1em;
264+
}
265+
247266
#chat-section-left .chat-input-container {
248267
display: none !important;
249268
}
@@ -274,6 +293,13 @@ body {
274293
text-align: center;
275294
}
276295

296+
#loading-spinner-right,
297+
#loading-spinner{
298+
position: static;
299+
background: transparent;
300+
pointer-events: none;
301+
}
302+
277303
.chat-messages {
278304
scroll-behavior: smooth;
279305
}
@@ -497,6 +523,7 @@ body {
497523
}
498524

499525
.current-date {
526+
font-size: .7em;
500527
color: #777;
501528
position: absolute;
502529
bottom: var(--spacing-small);
@@ -570,4 +597,51 @@ body {
570597
box-shadow: 0 0 0 1rem #fff;
571598
opacity: 1;
572599
}
573-
}
600+
}
601+
602+
/* ===============================
603+
Chart Elements
604+
=============================== */
605+
606+
#category-pie-chart{
607+
width: 100%;
608+
height: 150px;
609+
}
610+
611+
#shots-count-display{
612+
text-align: center;
613+
margin-top: 0.5rem;
614+
margin-bottom: 1rem;
615+
font-size: 1rem;
616+
padding: 0.5rem;
617+
background-color: transparent;
618+
border-radius: 0;
619+
position: relative;
620+
z-index: 50;
621+
box-shadow: none;
622+
border:none;
623+
}
624+
625+
.stats-visualization-container{
626+
padding: 1rem;
627+
background-color: rgba(255, 255, 255, 0.3);
628+
border-radius: 8px;
629+
margin:0.5rem auto 1rem auto;
630+
width: 90%;
631+
632+
}
633+
634+
.shots_count{
635+
color:#701238;
636+
font-size: 30px;
637+
margin-right: 5px;
638+
}
639+
640+
#shots-count-display{
641+
margin: 0 auto;
642+
}
643+
644+
.date-label{
645+
font-size: 1.1em;
646+
font-weight: 600;
647+
}

0 commit comments

Comments
 (0)