Commit abdbe57391e6bcd2649b77de5a5c31fc64c07100
1 parent
cd6f1b75c7
Style fixes for display emoji properly
Showing 2 changed files with 4 additions and 1 deletions
app/styles/_common.sass
View file @
abdbe57
app/styles/_conversation.sass
View file @
abdbe57
... | ... | @@ -21,6 +21,9 @@ |
21 | 21 | #conversation > header.connection-status .hide |
22 | 22 | display: none |
23 | 23 | |
24 | +#conversation > header h1 span.emoji | |
25 | + vertical-align: middle | |
26 | + | |
24 | 27 | #conversation > div.page-wrapper |
25 | 28 | position: relative |
26 | 29 | max-height: -moz-calc(100% - #{$conversation-footer-height + $header-height}) |