Spaces:
Running
Running
Update static/app.css
Browse files- static/app.css +9 -20
static/app.css
CHANGED
@@ -164,28 +164,17 @@ em {
|
|
164 |
padding: 1rem;
|
165 |
margin: 1rem;
|
166 |
}
|
167 |
-
|
168 |
-
background-color: #e0e0e0;
|
169 |
-
color: #333;
|
170 |
-
font-size: 0.85rem;
|
171 |
-
padding: 8px 12px;
|
172 |
-
border-radius: 8px;
|
173 |
-
margin-bottom: 8px;
|
174 |
-
align-self: flex-start;
|
175 |
-
max-width: 60%;
|
176 |
-
margin-left: 10px;
|
177 |
-
font-family: monospace;
|
178 |
-
box-shadow: inset 0 0 2px #999;
|
179 |
-
}
|
180 |
.file-preview-bubble {
|
181 |
-
|
|
|
182 |
color: #444;
|
183 |
-
font-size: 0.
|
184 |
-
padding:
|
185 |
border-radius: 10px;
|
186 |
-
max-width:
|
187 |
font-family: monospace;
|
188 |
-
box-shadow: inset 0 0 2px #
|
189 |
-
margin:
|
190 |
-
|
191 |
}
|
|
|
164 |
padding: 1rem;
|
165 |
margin: 1rem;
|
166 |
}
|
167 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
168 |
.file-preview-bubble {
|
169 |
+
align-self: flex-start;
|
170 |
+
background-color: #f2f2f2;
|
171 |
color: #444;
|
172 |
+
font-size: 0.8rem;
|
173 |
+
padding: 6px 10px;
|
174 |
border-radius: 10px;
|
175 |
+
max-width: 50%;
|
176 |
font-family: monospace;
|
177 |
+
box-shadow: inset 0 0 2px #aaa;
|
178 |
+
margin: -5px 0 6px 0; /* slight overlap toward input */
|
179 |
+
opacity: 0.9;
|
180 |
}
|