sync
This commit is contained in:
@ -368,6 +368,8 @@
|
||||
|
||||
.contact-note {
|
||||
color: #999;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -386,6 +388,16 @@
|
||||
height: 380px;
|
||||
}
|
||||
}
|
||||
|
||||
.selcontact-wrapper {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 780px;
|
||||
|
||||
> .selcontact-grid {
|
||||
height: 200px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user