refactor style code for chat

This commit is contained in:
Kostya
2023-11-19 16:26:46 +03:00
parent 74ef7e71e8
commit f968d15e51
2 changed files with 0 additions and 12 deletions

View File

@@ -8,8 +8,6 @@
.chat__container--title {
display: flex;
align-items: center;
text-align: center;
user-select: none;
}
@@ -63,17 +61,9 @@
.user__icon {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
.content {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
flex-direction: column;
margin-left: 13px;
color: #fff;
font-size: 12px;
@@ -96,7 +86,6 @@
.write__content {
display: flex;
align-items: center;
text-align: center;
}
.write__content input {

View File

@@ -72,7 +72,6 @@ body, html {
background: #16171B;
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
border-radius: 20px;
align-self: start;
height: 90%;
position: relative;
z-index: 3;