Merge branch 'kb_development' into kb_migration
This commit is contained in:
commit
49d032576a
15 changed files with 159 additions and 7 deletions
|
@ -1287,6 +1287,12 @@ body > [data-popper-placement] {
|
|||
.emoji {
|
||||
display: block;
|
||||
height: 16px;
|
||||
transition: transform .2s ease;
|
||||
|
||||
&:hover {
|
||||
transform: scale(1.2);
|
||||
}
|
||||
|
||||
img {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
|
|
|
@ -86,6 +86,13 @@
|
|||
vertical-align: super;
|
||||
}
|
||||
|
||||
.emojione {
|
||||
transition: transform .2s ease;
|
||||
|
||||
&:hover {
|
||||
transform: scale(1.2);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.status__content__text {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue