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

View File

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