Skip to content

Commit 5fb2f19

Browse files
committed
(UI) decrease message box shadow
1 parent 529f584 commit 5fb2f19

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/ChatWindow/Message.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -534,13 +534,13 @@ export default {
534534
transition-property: box-shadow, opacity;
535535
transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
536536
will-change: box-shadow;
537-
box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),
538-
0 1px 2px 0 rgba(0, 0, 0, 0.12);
537+
box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.2),
538+
0 1px 1px -1px rgba(0, 0, 0, 0.14), 0 1px 2px -1px rgba(0, 0, 0, 0.12);
539539
}
540540
541541
.message-highlight {
542-
box-shadow: 0px 2px 2px -2px rgba(0, 0, 0, 0.2),
543-
0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 4px 0px rgba(0, 0, 0, 0.12);
542+
box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2),
543+
0 1px 2px -1px rgba(0, 0, 0, 0.14), 0 1px 5px -1px rgba(0, 0, 0, 0.12);
544544
}
545545
546546
.message-current {

0 commit comments

Comments
 (0)