some style tweaks to keep honk info aligned with avatar

This commit is contained in:
Ted Unangst 2019-04-19 22:06:34 -04:00
parent d75cbe1c3d
commit 28756cc48a
2 changed files with 3 additions and 2 deletions

View File

@ -5,12 +5,12 @@
<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> <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 }} {{ if .RID }}
<br> <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> in reply to: <a href="{{ .RID }}" rel=noreferrer>{{ .RID }}</a>
</span> </span>
{{ end }} {{ end }}
<br> <br>
<span style="margin-left: 4em;" class="clip"> <span style="margin-left: 3em;" class="clip">
convoy: {{ .Convoy }} convoy: {{ .Convoy }}
</span> </span>
</div> </div>

View File

@ -122,6 +122,7 @@ button a {
text-overflow: ellipsis; text-overflow: ellipsis;
font-size: 0.8em; font-size: 0.8em;
margin-top: 1em; margin-top: 1em;
height: 64px;
} }
.honk .title img { .honk .title img {
float: left; float: left;