diff --git a/static/style.css b/static/style.css index 2da7325..4f79d8c 100644 --- a/static/style.css +++ b/static/style.css @@ -123,10 +123,19 @@ frame, body { display: inline-block; } -.pleroma-reactions form { +.pleroma-reactions #emoj { display: inline-block; } +.pleroma-reactions form { + display: block; +} + +.scrollable-emoji { + max-height: 240px; + overflow: scroll; +} + .status-action a { display: inline-block; } diff --git a/templates/reactionspage.tmpl b/templates/reactionspage.tmpl index 55dbf96..75cb311 100644 --- a/templates/reactionspage.tmpl +++ b/templates/reactionspage.tmpl @@ -3,24 +3,26 @@