css: Reorder so that elems inside emoji info popover are together.

This commit is contained in:
Vaibhav
2019-06-03 22:00:08 +05:30
committed by Tim Abbott
parent 14a850dcb4
commit c6071c0d7a

View File

@@ -259,20 +259,6 @@
}
}
.emoji_alt_code {
position: relative;
top: 4px;
font-size: 0.8em;
display: inline-block;
vertical-align: top;
margin: 0px 1px 0px 0px;
line-height: 1em;
}
.typeahead .emoji {
top: 2px;
}
.emoji-showcase-container {
position: relative;
background-color: hsl(0, 0%, 93%);
@@ -299,3 +285,17 @@
overflow: hidden;
}
}
.emoji_alt_code {
position: relative;
top: 4px;
font-size: 0.8em;
display: inline-block;
vertical-align: top;
margin: 0px 1px 0px 0px;
line-height: 1em;
}
.typeahead .emoji {
top: 2px;
}