Spaces:
Running
Running
Update static/app.css
Browse files- static/app.css +12 -0
static/app.css
CHANGED
@@ -177,3 +177,15 @@ em {
|
|
177 |
font-family: monospace;
|
178 |
box-shadow: inset 0 0 2px #999;
|
179 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
177 |
font-family: monospace;
|
178 |
box-shadow: inset 0 0 2px #999;
|
179 |
}
|
180 |
+
.file-preview-bubble {
|
181 |
+
align-self: flex-start;
|
182 |
+
background-color: #e0e0e0;
|
183 |
+
color: #444;
|
184 |
+
font-size: 0.85rem;
|
185 |
+
padding: 8px 12px;
|
186 |
+
border-radius: 10px;
|
187 |
+
margin: 4px 0 0 10px;
|
188 |
+
max-width: 60%;
|
189 |
+
font-family: monospace;
|
190 |
+
box-shadow: inset 0 0 2px #999;
|
191 |
+
}
|