diff --git a/static/style.css b/static/style.css index d8ae93a..2da7325 100644 --- a/static/style.css +++ b/static/style.css @@ -123,17 +123,8 @@ frame, body { display: inline-block; } -.pleroma-reactions #emoj { - display: inline-block; -} - .pleroma-reactions form { - display: block; -} - -.scrollable-emoji { - max-height: 240px; - overflow: scroll; + display: inline-block; } .status-action a { @@ -642,7 +633,6 @@ kbd { .profile-banner { width: 100%; - max-height: 500px; } .block-label, diff --git a/templates/reactionspage.tmpl b/templates/reactionspage.tmpl index 75cb311..55dbf96 100644 --- a/templates/reactionspage.tmpl +++ b/templates/reactionspage.tmpl @@ -3,26 +3,24 @@