gdpelican / retort

A reactions plugin for Discourse
MIT License
57 stars 39 forks source link

Enclose all retorts within a div #49

Closed alfonsomunozpomer closed 3 years ago

alfonsomunozpomer commented 4 years ago

This will help users that want to place the retorts on a separate row above the post actions. This is especially helpful if your post has at least a handful of retorts. It’s also very handy when using a mobile device, where a single retort makes the full action bar not fit within the screen.

alfonsomunozpomer commented 4 years ago

It needs the appropriate CSS bit in retort.scss:

.post-retort-area {
  ...
}
angusmcleod commented 3 years ago

This has been superseded by various updates