From 28756cc48ad45f890ebde257476df6ef962c390a Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Fri, 19 Apr 2019 22:06:34 -0400 Subject: [PATCH] some style tweaks to keep honk info aligned with avatar --- views/honk.html | 4 ++-- views/style.css | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/views/honk.html b/views/honk.html index 4b73157..6c57023 100644 --- a/views/honk.html +++ b/views/honk.html @@ -5,12 +5,12 @@

{{ .Username }} {{ .What }} {{ .Date.Format "02 Jan 2006 15:04" }} {{ .URL }} {{ if .RID }}
- + in reply to: {{ .RID }} {{ end }}
- + convoy: {{ .Convoy }} diff --git a/views/style.css b/views/style.css index 42ea8ad..f8546b3 100644 --- a/views/style.css +++ b/views/style.css @@ -122,6 +122,7 @@ button a { text-overflow: ellipsis; font-size: 0.8em; margin-top: 1em; + height: 64px; } .honk .title img { float: left;