improve how index table looks
This commit is contained in:
parent
062e5bbd10
commit
f7b4fd644b
@ -59,16 +59,13 @@ hr {
|
|||||||
opacity: 25%;
|
opacity: 25%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table {
|
||||||
|
font-size: 0.8rem;
|
||||||
|
}
|
||||||
|
|
||||||
table td {
|
table td {
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
margin: 0;
|
||||||
|
|
||||||
table tr {
|
|
||||||
border-bottom: 1px dashed var(--nc-tx-1);
|
|
||||||
}
|
|
||||||
|
|
||||||
table tr:nth-child(1) {
|
|
||||||
border-top: 1px dashed var(--nc-tx-1);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
table td form,
|
table td form,
|
||||||
|
@ -12,6 +12,11 @@
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
|
|
||||||
|
<colgroup>
|
||||||
|
<col span="1" style="width: 5rem;">
|
||||||
|
</colgroup>
|
||||||
|
|
||||||
{{ range .Payload.Posts }}
|
{{ range .Payload.Posts }}
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{ DateTimeFormat .PublishedAt }}</td>
|
<td>{{ DateTimeFormat .PublishedAt }}</td>
|
||||||
|
Loading…
Reference in New Issue
Block a user