mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
css: Reorder so that elems inside emoji info popover are together.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user