diff --git a/public/style.css b/public/style.css index a212e37..ffe203c 100644 --- a/public/style.css +++ b/public/style.css @@ -436,7 +436,7 @@ form.nsfw div { display: inline-block; margin-right: 5px !important; } -.buttons a:hover, .title a:hover, .buttons > form input:hover, .comment .buttons form input:hover { +.buttons a:hover, .buttons > form input:hover, .comment .buttons form input:hover { text-decoration: underline; } .entry { diff --git a/templates/nav.html b/templates/nav.html index 4a06a93..c91e500 100644 --- a/templates/nav.html +++ b/templates/nav.html @@ -66,7 +66,7 @@ {{ if and .Session (eq .User.PersonView.Person.ID .Session.UserID) }}
  • saved
  • {{ end }} - {{ else if .Comments -}} + {{ else if or .Comments .PostID -}}
  • comments
  • {{ else if and .Activities (not .Query) }}
  • mailbox