From 8dcbb2665ed22ba30d3fcf3b3c58cbb4884e0036 Mon Sep 17 00:00:00 2001 From: Ryan Stafford Date: Sat, 27 Apr 2024 14:33:10 -0400 Subject: [PATCH] no post title hover, no post sort when no comments --- public/style.css | 2 +- templates/nav.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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