all repos — honk @ 240855f258376773e22a5413f021c2ba7fe5feaa

my fork of honk

some style tweaks to keep honk info aligned with avatar
Ted Unangst tedu@tedunangst.com
Fri, 19 Apr 2019 22:06:34 -0400
commit

240855f258376773e22a5413f021c2ba7fe5feaa

parent

ad3a87d2c4315da586d12ac646b28b41be75a37c

2 files changed, 3 insertions(+), 2 deletions(-)

jump to
M views/honk.htmlviews/honk.html

@@ -5,12 +5,12 @@ <img alt="avatar" src="/a?a={{ .Honker}}">

<p><a href="{{ .Honker }}" rel=noreferrer>{{ .Username }}</a> <span class="clip">{{ .What }} {{ .Date.Format "02 Jan 2006 15:04" }} <a href="{{ .URL }}" rel=noreferrer>{{ .URL }}</a></span> {{ if .RID }} <br> -<span style="margin-left: 4em;" class="clip"> +<span style="margin-left: 3em;" class="clip"> in reply to: <a href="{{ .RID }}" rel=noreferrer>{{ .RID }}</a> </span> {{ end }} <br> -<span style="margin-left: 4em;" class="clip"> +<span style="margin-left: 3em;" class="clip"> convoy: {{ .Convoy }} </span> </div>
M views/style.cssviews/style.css

@@ -122,6 +122,7 @@ overflow: hidden;

text-overflow: ellipsis; font-size: 0.8em; margin-top: 1em; + height: 64px; } .honk .title img { float: left;