changed margin for write in chat component

This commit is contained in:
Kostya
2023-11-23 21:14:20 +03:00
parent 521b59c952
commit b38d63e1fd

View File

@@ -70,7 +70,7 @@
.write {
position: absolute;
bottom: 0;
margin: 24% 87% 6% 2%;
margin: 24% 87% 6% 6%;
user-select: none;
width: 50%;
}