Make Jumbomoji normal size when in the conversation preview

FREEBIE
pull/749/head
Scott Nonnenberg 8 years ago
parent ce20e4f471
commit 6b62daa62b

@ -61,3 +61,21 @@ img.emoji.jumbo {
width: 2em;
height: 2em;
}
// we need these, or we'll make conversation items too big in the left-nav
.conversations img.emoji.small {
width: 1em;
height: 1em;
}
.conversations img.emoji.medium {
width: 1em;
height: 1em;
}
.conversations img.emoji.large {
width: 1em;
height: 1em;
}
.conversations img.emoji.jumbo {
width: 1em;
height: 1em;
}

@ -722,6 +722,22 @@ img.emoji.jumbo {
width: 2em;
height: 2em; }
.conversations img.emoji.small {
width: 1em;
height: 1em; }
.conversations img.emoji.medium {
width: 1em;
height: 1em; }
.conversations img.emoji.large {
width: 1em;
height: 1em; }
.conversations img.emoji.jumbo {
width: 1 em;
height: 1em; }
.settings.modal {
padding: 50px; }
.settings.modal .content {

Loading…
Cancel
Save