mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
refactor style code for chat
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user