diff options
author | Unknwon <u@gogs.io> | 2015-09-05 14:14:03 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-09-05 14:14:03 -0400 |
commit | d48cde6ec8ec47083100326b3ac2c42e6859e078 (patch) | |
tree | a1a80b5ba72afaedf350cf368a5c3c4cdc9acdc6 /public/ng/css | |
parent | 3b0c2cb480de28c97fced6857f9c0e006ac2a943 (diff) | |
download | gitea-d48cde6ec8ec47083100326b3ac2c42e6859e078.tar.gz gitea-d48cde6ec8ec47083100326b3ac2c42e6859e078.zip |
#633 emoji
Diffstat (limited to 'public/ng/css')
-rw-r--r-- | public/ng/css/gogs.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css index 8053a02abf..73273d4f7e 100644 --- a/public/ng/css/gogs.css +++ b/public/ng/css/gogs.css @@ -278,6 +278,11 @@ img.avatar-100 { padding-left: 0; list-style: none; } +.emoji { + width: 1.5em; + height: 1.5em; + display: inline-block; +} .markdown { overflow: hidden; font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif; |