ikraamkb commited on
Commit
5e56126
·
verified ·
1 Parent(s): 3f81f6d

Update static/app.css

Browse files
Files changed (1) hide show
  1. static/app.css +9 -12
static/app.css CHANGED
@@ -1,4 +1,3 @@
1
- /* Reset and base styles */
2
  * {
3
  margin: 0;
4
  padding: 0;
@@ -18,7 +17,7 @@ html, body {
18
  background-color: rgba(0, 150, 255, 0.1) !important;
19
  border: 2px dashed #1ec9f3 !important;
20
  }
21
- /* Header */
22
  header {
23
  flex: 0 0 17vh;
24
  display: flex;
@@ -42,7 +41,7 @@ em {
42
  color: rgb(42, 42, 248);
43
  }
44
 
45
- /* Conversation area */
46
  .convo {
47
  height: 70vh;
48
  overflow-y: auto;
@@ -55,7 +54,7 @@ em {
55
 
56
  }
57
 
58
- /* Message bubbles */
59
  .bubble {
60
  max-width: 90%;
61
  padding: 16px;
@@ -84,8 +83,6 @@ em {
84
  color: white;
85
  border: 2px solid #0080c0;
86
  }
87
-
88
- /* Bottom input section */
89
  .qtdoc {
90
  flex: 0 0 auto;
91
  padding: 40px 80px;
@@ -95,7 +92,7 @@ em {
95
  box-shadow: 0 -1px 3px rgba(0,0,0,0.1);
96
  }
97
 
98
- /* Input container */
99
  .qt {
100
  flex: 1;
101
  display: flex;
@@ -125,7 +122,7 @@ em {
125
  outline: none;
126
  }
127
 
128
- /* Icons beside input */
129
  .icons {
130
  display: flex;
131
  gap: 40px;
@@ -135,7 +132,7 @@ em {
135
  cursor: pointer;
136
  }
137
 
138
- /* Send button */
139
  .sendingQA {
140
  background-color: #3b82f6;
141
  color: white;
@@ -150,7 +147,7 @@ em {
150
  background-color: #2563eb;
151
  }
152
 
153
- /* Optional audio toggle icon */
154
  .audio-toggle {
155
  margin-left: 10px;
156
  cursor: pointer;
@@ -161,7 +158,7 @@ em {
161
  color: #0056b3;
162
  }
163
 
164
- /* Answer block optional wrapper */
165
  .answer-block {
166
  background-color: #e1f7e1;
167
  border-radius: 10px;
@@ -179,7 +176,7 @@ em {
179
  max-width: 50%;
180
  font-family: monospace;
181
  box-shadow: inset 0 0 2px #aaa;
182
- margin: -5px 0 6px 0; /* slight overlap toward input */
183
  opacity: 0.9;
184
  }
185
  .audio-toggle {
 
 
1
  * {
2
  margin: 0;
3
  padding: 0;
 
17
  background-color: rgba(0, 150, 255, 0.1) !important;
18
  border: 2px dashed #1ec9f3 !important;
19
  }
20
+
21
  header {
22
  flex: 0 0 17vh;
23
  display: flex;
 
41
  color: rgb(42, 42, 248);
42
  }
43
 
44
+
45
  .convo {
46
  height: 70vh;
47
  overflow-y: auto;
 
54
 
55
  }
56
 
57
+
58
  .bubble {
59
  max-width: 90%;
60
  padding: 16px;
 
83
  color: white;
84
  border: 2px solid #0080c0;
85
  }
 
 
86
  .qtdoc {
87
  flex: 0 0 auto;
88
  padding: 40px 80px;
 
92
  box-shadow: 0 -1px 3px rgba(0,0,0,0.1);
93
  }
94
 
95
+
96
  .qt {
97
  flex: 1;
98
  display: flex;
 
122
  outline: none;
123
  }
124
 
125
+
126
  .icons {
127
  display: flex;
128
  gap: 40px;
 
132
  cursor: pointer;
133
  }
134
 
135
+
136
  .sendingQA {
137
  background-color: #3b82f6;
138
  color: white;
 
147
  background-color: #2563eb;
148
  }
149
 
150
+
151
  .audio-toggle {
152
  margin-left: 10px;
153
  cursor: pointer;
 
158
  color: #0056b3;
159
  }
160
 
161
+
162
  .answer-block {
163
  background-color: #e1f7e1;
164
  border-radius: 10px;
 
176
  max-width: 50%;
177
  font-family: monospace;
178
  box-shadow: inset 0 0 2px #aaa;
179
+ margin: -5px 0 6px 0;
180
  opacity: 0.9;
181
  }
182
  .audio-toggle {