refactor styles for chat

This commit is contained in:
Kostya
2023-11-25 12:19:48 +03:00
parent 3d8e585ecf
commit 55cc295faf
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
.chat {
margin: 1% 1.2% 0 0;
margin: 1% 3.2% 0 0;
}
.chat__content {
@@ -81,7 +81,7 @@
}
.write__content input {
padding: 14px 35% 14px 12px;
padding: 14px 25% 14px 12px;
border-radius: 13px;
background: #22252F;
color: #A9A99D;