Fix emoji size

This commit is contained in:
kPherox 2018-12-15 23:54:37 +09:00
parent 7360c4106c
commit e4c071f1db
No known key found for this signature in database
GPG Key ID: C04751C2BFA2F62D
1 changed files with 7 additions and 2 deletions

View File

@ -124,15 +124,20 @@ export default {
.action-detail {
margin-left: 10px;
font-size: 14px;
font-size: var(--base-font-size);
float: left;
max-width: 80%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
.bold {
.bold /deep/ {
cursor: pointer;
.emojione {
max-width: 14px;
max-height: 14px;
}
}
}