We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e81a56e commit 8e40415Copy full SHA for 8e40415
src/ChatWindow/MessagesList.vue
@@ -652,6 +652,7 @@ textarea {
652
653
.image-container {
654
position: absolute;
655
+ max-width: 20%;
656
left: 16px;
657
bottom: 18px;
658
}
@@ -660,16 +661,17 @@ textarea {
660
661
display: flex;
662
663
img {
- border-radius: 20px;
664
- max-width: 250px;
+ border-radius: 15px;
665
+ width: 100%;
666
+ max-width: 150px;
667
max-height: 100%;
668
669
670
671
.icon-image {
672
- top: 10px;
- left: 10px;
673
+ top: 8px;
674
+ left: 8px;
675
676
svg {
677
height: 20px;
0 commit comments