some style tweaks to keep honk info aligned with avatar
This commit is contained in:
parent
d75cbe1c3d
commit
28756cc48a
|
@ -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>
|
||||
{{ 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>
|
||||
|
|
|
@ -122,6 +122,7 @@ button a {
|
|||
text-overflow: ellipsis;
|
||||
font-size: 0.8em;
|
||||
margin-top: 1em;
|
||||
height: 64px;
|
||||
}
|
||||
.honk .title img {
|
||||
float: left;
|
||||
|
|
Loading…
Reference in New Issue