diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-11-08 21:45:51 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-11-08 21:46:29 +0100 |
commit | 86574ea5248219fa35ecb0748920df9ff1ce6110 (patch) | |
tree | c9d0499dff42bb4fd6afb5a6691245f6030354da /app/assets/stylesheets | |
parent | b6832553ff023164cce2dd01889155aa9be216bf (diff) |
Adding Emoji One
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/components.scss | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss index 16327168c..71ef7f3a8 100644 --- a/app/assets/stylesheets/components.scss +++ b/app/assets/stylesheets/components.scss @@ -71,6 +71,17 @@ } } +.emojione { + display: inline-block; + font-size: inherit; + vertical-align: middle; + margin: -.2ex .15em .2ex; + + img { + width: auto; + } +} + .status__content, .reply-indicator__content { font-size: 15px; line-height: 20px; @@ -78,6 +89,11 @@ font-weight: 300; overflow: hidden; + .emojione { + width: 18px; + height: 18px; + } + p { margin-bottom: 20px; @@ -110,6 +126,11 @@ .status__content { font-size: 19px; line-height: 24px; + + .emojione { + width: 22px; + height: 22px; + } } } |