File tree Expand file tree Collapse file tree 3 files changed +4
-14
lines changed Expand file tree Collapse file tree 3 files changed +4
-14
lines changed Original file line number Diff line number Diff line change @@ -328,7 +328,6 @@ export default {
328
328
font-size : 14px ;
329
329
padding : 6px 9px 3px ;
330
330
white-space : pre-wrap ;
331
- z-index : 1 ;
332
331
display : block ;
333
332
max-width : 100% ;
334
333
-webkit-transition-property : box-shadow , opacity ;
Original file line number Diff line number Diff line change @@ -89,9 +89,8 @@ export default {
89
89
90
90
.emoji-picker {
91
91
position : absolute ;
92
- bottom : 50 px ;
92
+ bottom : 32 px ;
93
93
right : 10px ;
94
- z-index : 1 ;
95
94
border : var (--chat-border-style );
96
95
width : 15rem ;
97
96
height : 20rem ;
Original file line number Diff line number Diff line change @@ -499,25 +499,19 @@ export default {
499
499
position : absolute ;
500
500
bottom : 0 ;
501
501
width : calc (100% - 1px );
502
- z-index : 10 ;
503
502
border-bottom-right-radius : 4px ;
504
503
}
505
504
506
505
.box-footer {
507
506
display : flex ;
508
507
background : var (--chat-footer-bg-color );
509
- padding : 0 8px 8px ;
510
-
511
- * {
512
- z-index : 1 ;
513
- }
508
+ padding : 0 8px 10px ;
514
509
}
515
510
516
511
.reply-container {
517
512
display : flex ;
518
513
padding : 10px 10px 10px ;
519
514
background : var (--chat-content-bg-color );
520
- z-index : -1 ;
521
515
align-items : center ;
522
516
max-width : 100% ;
523
517
@@ -576,7 +570,7 @@ textarea {
576
570
}
577
571
578
572
.textarea-outline {
579
- border : 1 px solid var (--chat-border-color-input-selected );
573
+ border : 2 px solid var (--chat-border-color-input-selected );
580
574
}
581
575
582
576
.textarea-image {
@@ -598,8 +592,7 @@ textarea {
598
592
.image-container {
599
593
position : absolute ;
600
594
left : 16px ;
601
- bottom : 15px ;
602
- z-index : 2 ;
595
+ bottom : 18px ;
603
596
}
604
597
605
598
.image-file {
@@ -616,7 +609,6 @@ textarea {
616
609
position : absolute ;
617
610
top : 10px ;
618
611
left : 10px ;
619
- z-index : 2 ;
620
612
621
613
svg {
622
614
height : 20px ;
You can’t perform that action at this time.
0 commit comments