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 409bfe1 commit 25603f1Copy full SHA for 25603f1
src/ChatWindow/Room.vue
@@ -761,7 +761,7 @@ textarea {
761
762
.image-container {
763
position: absolute;
764
- max-width: 20%;
+ max-width: 25%;
765
left: 16px;
766
top: 18px;
767
}
@@ -782,8 +782,9 @@ textarea {
782
783
.icon-image {
784
785
- top: 8px;
786
- left: 8px;
+ top: 6px;
+ left: 6px;
787
+ z-index: 10;
788
789
svg {
790
height: 20px;
@@ -871,6 +872,10 @@ textarea {
871
872
left: 10px;
873
874
875
+ .image-file img {
876
+ transform: scale(0.97);
877
+ }
878
+
879
.room-footer {
880
width: 100%;
881
0 commit comments