ikraamkb commited on
Commit
9fff17d
·
verified ·
1 Parent(s): c0409aa

Update static/app.css

Browse files
Files changed (1) hide show
  1. static/app.css +9 -20
static/app.css CHANGED
@@ -164,28 +164,17 @@ em {
164
  padding: 1rem;
165
  margin: 1rem;
166
  }
167
- .file-preview {
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
- background-color: #e0e0e0;
 
182
  color: #444;
183
- font-size: 0.85rem;
184
- padding: 8px 12px;
185
  border-radius: 10px;
186
- max-width: 60%;
187
  font-family: monospace;
188
- box-shadow: inset 0 0 2px #999;
189
- margin: 0 0 8px 0;
190
- align-self: flex-start;
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
  }