mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +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 {
|
.emoji-showcase-container {
|
||||||
position: relative;
|
position: relative;
|
||||||
background-color: hsl(0, 0%, 93%);
|
background-color: hsl(0, 0%, 93%);
|
||||||
@@ -299,3 +285,17 @@
|
|||||||
overflow: hidden;
|
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