Increase size of emoji
This commit is contained in:
parent
3a0c50fb44
commit
b659ddc68c
1 changed files with 9 additions and 9 deletions
|
@ -41,26 +41,26 @@ span.emoji-inner {
|
|||
}
|
||||
|
||||
img.emoji {
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
margin-bottom: -1px;
|
||||
width: 1.4em;
|
||||
height: 1.4em;
|
||||
margin-bottom: -4px;
|
||||
}
|
||||
|
||||
img.emoji.small {
|
||||
width: 1.25em;
|
||||
height: 1.25em;
|
||||
width: 1.8em;
|
||||
height: 1.8em;
|
||||
}
|
||||
img.emoji.medium {
|
||||
width: 1.75em;
|
||||
height: 1.75em;
|
||||
width: 2em;
|
||||
height: 2em;
|
||||
}
|
||||
img.emoji.large {
|
||||
width: 2.5em;
|
||||
height: 2.5em;
|
||||
}
|
||||
img.emoji.jumbo {
|
||||
width: 3em;
|
||||
height: 3em;
|
||||
width: 3.5em;
|
||||
height: 3.5em;
|
||||
}
|
||||
|
||||
// we need these, or we'll make conversation items too big in the left-nav
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue