@@ -235,8 +235,8 @@ export default {
235
235
overflow-wrap : break-word ;
236
236
position : relative ;
237
237
white-space : normal ;
238
- box-shadow : 0 px 3 px 1px -2 px rgba (0 , 0 , 0 , 0.2 ),
239
- 0 px 2 px 2 px 0 px rgba ( 0 , 0 , 0 , 0.14 ), 0 px 1px 5 px 0 px rgba (0 , 0 , 0 , 0.12 );
238
+ box-shadow : 0 1 px 1px -1 px rgba (0 , 0 , 0 , 0.2 ), 0 1 px 1 px 0 rgba ( 0 , 0 , 0 , 0.14 ),
239
+ 0 1px 2 px 0 rgba (0 , 0 , 0 , 0.12 );
240
240
}
241
241
242
242
.message-box {
@@ -251,7 +251,7 @@ export default {
251
251
}
252
252
253
253
.message-container {
254
- padding : 8 px 10px ;
254
+ padding : 3 px 10px ;
255
255
align-items : end ;
256
256
min-width : 100px ;
257
257
}
@@ -266,7 +266,7 @@ export default {
266
266
color : var (--chat-color-message-text );
267
267
border-radius : 4px ;
268
268
font-size : 14px ;
269
- padding : 8 px 8 px 3px ;
269
+ padding : 6 px 10 px 3px ;
270
270
white-space : pre-wrap ;
271
271
z-index : 1 ;
272
272
display : block ;
@@ -278,13 +278,13 @@ export default {
278
278
-webkit-transition : box-shadow 280ms cubic-bezier (0.4 , 0 , 0.2 , 1 );
279
279
transition : box-shadow 280ms cubic-bezier (0.4 , 0 , 0.2 , 1 );
280
280
will-change : box-shadow ;
281
- box-shadow : 0 2 px 1px -1px rgba (0 , 0 , 0 , 0.2 ), 0 1px 1px 0 rgba (0 , 0 , 0 , 0.14 ),
282
- 0 1px 3 px 0 rgba (0 , 0 , 0 , 0.12 );
281
+ box-shadow : 0 1 px 1px -1px rgba (0 , 0 , 0 , 0.2 ), 0 1px 1px 0 rgba (0 , 0 , 0 , 0.14 ),
282
+ 0 1px 2 px 0 rgba (0 , 0 , 0 , 0.12 );
283
283
}
284
284
285
285
.message-highlight {
286
- box-shadow : 0px 3 px 3 px -2px rgba (0 , 0 , 0 , 0.2 ),
287
- 0px 3 px 4 px 0px rgba (0 , 0 , 0 , 0.14 ), 0px 1px 8 px 0px rgba (0 , 0 , 0 , 0.12 );
286
+ box-shadow : 0px 2 px 2 px -2px rgba (0 , 0 , 0 , 0.2 ),
287
+ 0px 2 px 2 px 0px rgba (0 , 0 , 0 , 0.14 ), 0px 1px 4 px 0px rgba (0 , 0 , 0 , 0.12 );
288
288
}
289
289
290
290
.message-current {
@@ -318,9 +318,8 @@ export default {
318
318
background-repeat : no-repeat !important ;
319
319
height : 250px ;
320
320
width : 250px ;
321
- margin-bottom : 5px ;
322
321
border-radius : 4px ;
323
- margin : 0 auto 5px ;
322
+ margin : 3 px auto 5px ;
324
323
transition : 0.4s filter linear ;
325
324
}
326
325
@@ -363,10 +362,11 @@ export default {
363
362
display : flex ;
364
363
flex-wrap : wrap ;
365
364
align-items : center ;
366
- }
365
+ margin-top : 3 px ;
367
366
368
- .icon-file svg {
369
- margin-right : 5px ;
367
+ .icon-file svg {
368
+ margin-right : 5px ;
369
+ }
370
370
}
371
371
372
372
.icon-edited {
@@ -402,7 +402,7 @@ export default {
402
402
}
403
403
404
404
.button-delete {
405
- bottom : 26 px ;
405
+ bottom : 24 px ;
406
406
}
407
407
408
408
.button-edit {
0 commit comments