From 2c925935534753a30de2ae30c6b68fdc3e7721fd Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Sat, 29 Jul 2023 14:36:30 -0400 Subject: [PATCH] be mindful style for summary applies only to our details field --- go.mod | 2 ++ views/honk.html | 2 +- views/style.css | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 45abb76..22fd146 100644 --- a/go.mod +++ b/go.mod @@ -11,3 +11,5 @@ require ( humungus.tedunangst.com/r/go-sqlite3 v1.1.3 humungus.tedunangst.com/r/webs v0.6.63 ) + +replace humungus.tedunangst.com/r/webs => ../webs diff --git a/views/honk.html b/views/honk.html index e44c31b..bdad39f 100644 --- a/views/honk.html +++ b/views/honk.html @@ -52,7 +52,7 @@ in reply to: {{ .RID }}

-{{ .HTPrecis }}

+{{ .HTPrecis }}

{{ .HTPrecis }}

{{ .HTML }} {{ with .Time }} diff --git a/views/style.css b/views/style.css index 4b91a28..326edb5 100644 --- a/views/style.css +++ b/views/style.css @@ -309,7 +309,7 @@ input[type=file] { .limited details.actions summary { color: var(--fg-limited); } -details.noise[open] summary { +details.noise[open] summary.noise { display: none; } h1, h2 {