mirror of https://github.com/zulip/zulip.git
css: Nest emoji preview and canonical name inside showcase container.
This commit is contained in:
parent
a418984bf2
commit
1f425d8e58
|
@ -275,24 +275,24 @@
|
|||
background-color: hsl(0, 0%, 93%);
|
||||
min-height: 44px;
|
||||
width: 250px;
|
||||
}
|
||||
|
||||
.emoji-preview {
|
||||
position: absolute;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
left: 5px;
|
||||
top: 6px;
|
||||
margin-top: 0px;
|
||||
}
|
||||
.emoji-preview {
|
||||
position: absolute;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
left: 5px;
|
||||
top: 6px;
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
.emoji-canonical-name {
|
||||
position: relative;
|
||||
top: 12px;
|
||||
margin-left: 50px;
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
.emoji-canonical-name {
|
||||
position: relative;
|
||||
top: 12px;
|
||||
margin-left: 50px;
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue