Skip to content

Commit 17034c0

Browse files
committed
(clean) css
1 parent 9e3e904 commit 17034c0

File tree

3 files changed

+4
-14
lines changed

3 files changed

+4
-14
lines changed

src/ChatWindow/ChatMessage.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,6 @@ export default {
328328
font-size: 14px;
329329
padding: 6px 9px 3px;
330330
white-space: pre-wrap;
331-
z-index: 1;
332331
display: block;
333332
max-width: 100%;
334333
-webkit-transition-property: box-shadow, opacity;

src/ChatWindow/EmojiPicker.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,8 @@ export default {
8989
9090
.emoji-picker {
9191
position: absolute;
92-
bottom: 50px;
92+
bottom: 32px;
9393
right: 10px;
94-
z-index: 1;
9594
border: var(--chat-border-style);
9695
width: 15rem;
9796
height: 20rem;

src/ChatWindow/MessagesList.vue

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -499,25 +499,19 @@ export default {
499499
position: absolute;
500500
bottom: 0;
501501
width: calc(100% - 1px);
502-
z-index: 10;
503502
border-bottom-right-radius: 4px;
504503
}
505504
506505
.box-footer {
507506
display: flex;
508507
background: var(--chat-footer-bg-color);
509-
padding: 0 8px 8px;
510-
511-
* {
512-
z-index: 1;
513-
}
508+
padding: 0 8px 10px;
514509
}
515510
516511
.reply-container {
517512
display: flex;
518513
padding: 10px 10px 10px;
519514
background: var(--chat-content-bg-color);
520-
z-index: -1;
521515
align-items: center;
522516
max-width: 100%;
523517
@@ -576,7 +570,7 @@ textarea {
576570
}
577571
578572
.textarea-outline {
579-
border: 1px solid var(--chat-border-color-input-selected);
573+
border: 2px solid var(--chat-border-color-input-selected);
580574
}
581575
582576
.textarea-image {
@@ -598,8 +592,7 @@ textarea {
598592
.image-container {
599593
position: absolute;
600594
left: 16px;
601-
bottom: 15px;
602-
z-index: 2;
595+
bottom: 18px;
603596
}
604597
605598
.image-file {
@@ -616,7 +609,6 @@ textarea {
616609
position: absolute;
617610
top: 10px;
618611
left: 10px;
619-
z-index: 2;
620612
621613
svg {
622614
height: 20px;

0 commit comments

Comments
 (0)