Make Jumbomoji normal size when in the conversation preview

FREEBIE
This commit is contained in:
Scott Nonnenberg 2017-06-26 16:13:28 -10:00
parent ce20e4f471
commit 6b62daa62b
2 changed files with 34 additions and 0 deletions

View File

@ -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;
}

View File

@ -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 {