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 @@
Reactions
{{$st_id := .ID}}
Add reaction
-
+
-
- - - - - emoji list -
{{$emoji_filter := $.Ctx.AddReactionsFilter}} {{range $shortcode, $code := .ReactionEmojis}} {{if Allowed_emoji_page $shortcode $emoji_filter}} -
+ - {{$shortcode}}
{{end}} {{end}} +
+ + + + +
diff --git a/templates/status.tmpl b/templates/status.tmpl index 2713fdf..e6d3495 100644 --- a/templates/status.tmpl +++ b/templates/status.tmpl @@ -121,7 +121,7 @@
{{range .Pleroma.Reactions}} {{$react := "react"}} {{if .Me}} {{$react = "unreact"}} {{end}} -
+ {{if .Url}} diff --git a/templates/user.tmpl b/templates/user.tmpl index db3afff..4b5e92e 100644 --- a/templates/user.tmpl +++ b/templates/user.tmpl @@ -135,7 +135,7 @@ Banner