diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2023-08-27 19:16:18 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2023-08-27 19:18:32 -0400 |
| commit | 67efc0047a195d790ec2b493eb1d225183582be4 (patch) | |
| tree | 1e506698dff2cdd32f18d655860bb7b06c4a0736 /haunt/static/css/style.css | |
| parent | c0b1efb4fec8e677d2e00a949dcf834f94243f6e (diff) | |
[comments] Fix but with "react" button
Previously, clicking the button multiple times would create multiple selector
widgets. Now, it functions as a visibility toggle.
Diffstat (limited to 'haunt/static/css/style.css')
| -rw-r--r-- | haunt/static/css/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/haunt/static/css/style.css b/haunt/static/css/style.css index 2672f7c..3d95b3b 100644 --- a/haunt/static/css/style.css +++ b/haunt/static/css/style.css @@ -236,10 +236,11 @@ ul.webmention-container .comment .comment-source-identifier { /* Widget for comment reactions. */ .emoji-picker { - width: 16em; + width: 51%; height: 2.75em; border: solid 1px; overflow: scroll; + margin-top: 16px; } .emoji-picker > span { |