about summary refs log tree commit diff
path: root/app/assets/stylesheets/components.scss
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-11-15 18:38:57 +0100
committerEugen Rochko <eugen@zeonfederated.com>2016-11-15 18:38:57 +0100
commit489bd99803cde976d78c312b0079d8de50f3617c (patch)
treeede8d0905f82850931446bdc5f0320a6dbc375bd /app/assets/stylesheets/components.scss
parent4f07fb1f0aee6d37d8b3c5fe0088cf36b3926372 (diff)
Support emojis in display name, bio
Diffstat (limited to 'app/assets/stylesheets/components.scss')
-rw-r--r--app/assets/stylesheets/components.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss
index 2cd58bb2b..c15a827a4 100644
--- a/app/assets/stylesheets/components.scss
+++ b/app/assets/stylesheets/components.scss
@@ -76,6 +76,8 @@
   font-size: inherit;
   vertical-align: middle;
   margin: -.2ex .15em .2ex;
+  width: 16px;
+  height: 16px;
 
   img {
     width: auto;
@@ -166,6 +168,13 @@
   }
 }
 
+.account__header__display-name {
+  .emojione {
+    width: 25px;
+    height: 25px;
+  }
+}
+
 .status__display-name, .status__relative-time, .detailed-status__display-name, .detailed-status__datetime, .account__display-name {
   text-decoration: none;
 }