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 {
|
.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 {
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user