diff options
Diffstat (limited to 'haunt/static/css/style.css')
| -rw-r--r-- | haunt/static/css/style.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/haunt/static/css/style.css b/haunt/static/css/style.css index b48108b..2672f7c 100644 --- a/haunt/static/css/style.css +++ b/haunt/static/css/style.css @@ -233,6 +233,21 @@ ul.webmention-container .comment .comment-source-identifier { max-width: 16px; } +/* Widget for comment reactions. */ + +.emoji-picker { + width: 16em; + height: 2.75em; + border: solid 1px; + overflow: scroll; +} + +.emoji-picker > span { + margin: 2px; + font-size: 2em; +} + + /* Webmention form. */ #webmention-form form { |