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;

View File

@@ -24,7 +24,7 @@ body, html {
.content-grid {
display: grid;
grid-template-columns: .35fr repeat(5, 1fr) 1.2fr;
grid-template-columns: .35fr repeat(5, 1fr) 1fr;
grid-template-rows: auto 0fr repeat(4, 1fr);
grid-auto-columns: 1fr;
grid-auto-flow: row;