Make Jumbomoji normal size when in the conversation preview
FREEBIE
This commit is contained in:
@@ -61,3 +61,21 @@ img.emoji.jumbo {
|
|||||||
width: 2em;
|
width: 2em;
|
||||||
height: 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;
|
width: 2em;
|
||||||
height: 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 {
|
.settings.modal {
|
||||||
padding: 50px; }
|
padding: 50px; }
|
||||||
.settings.modal .content {
|
.settings.modal .content {
|
||||||
|
Reference in New Issue
Block a user