no message
This commit is contained in:
parent
658192457a
commit
f9e0253766
@ -173,6 +173,7 @@
|
||||
margin-bottom: 6px;
|
||||
position: relative;
|
||||
max-width: 405px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.fate .list .item .left .name::after {
|
||||
content: "";
|
||||
@ -185,6 +186,7 @@
|
||||
background-color: #f2f2f2;
|
||||
border: 1px solid #d7d7d7;
|
||||
border-radius: 39px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.fate .list .item .left .message {
|
||||
color: #7f7f7f;
|
||||
|
@ -199,6 +199,7 @@
|
||||
margin-bottom: 6px;
|
||||
position: relative;
|
||||
max-width: 405px;
|
||||
box-sizing: border-box;
|
||||
|
||||
&::after {
|
||||
content: "";
|
||||
@ -211,6 +212,7 @@
|
||||
background-color: rgba(242, 242, 242, 1);
|
||||
border: 1px solid rgba(215, 215, 215, 1);
|
||||
border-radius: 39px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
}
|
||||
.message {
|
||||
|
Loading…
Reference in New Issue
Block a user