comments: add scores, rework comment menu.

* Add comment scores.
* Rework voting buttons so that you can click the upvote/downvote
  buttons to toggle votes.
* Hide the edit, delete, undelete, and report buttons behind a popup menu.
* Show the upvote/downvote/reply buttons to logged out users. Redirect
  them to the login page instead.
This commit is contained in:
evazion
2021-01-20 03:10:59 -06:00
parent ccae422961
commit 5780ed5768
15 changed files with 149 additions and 64 deletions

View File

@@ -103,7 +103,7 @@ menu {
padding: 0;
}
li {
> li {
margin: 0;
padding: 0 0.2em;
display: inline;

View File

@@ -31,7 +31,7 @@ div.list-of-messages {
flex: 1;
menu {
li {
> li {
padding: 0;
margin-right: 1.5em;
}