Styling fixes and small tweaks

This commit is contained in:
zhanshi 2025-02-07 22:48:39 +01:00
parent eac5b4d87b
commit 95d56cbbe3
3 changed files with 3 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View file

@ -16,7 +16,7 @@
}
td {
padding: 5px;
padding: 5px 25px 5px 0;
}
img {
@ -24,7 +24,7 @@
}
a {
padding-left: 15px;
margin: 10px;
}
</style>
</head>
@ -49,7 +49,7 @@
<tr>
<td> <img src="{{ .Icon }}" alt="File"><a href="{{ .ParentPath }}{{ .Name }}">{{ .Name }}</a>
</td>
<td>{{ .Timestamp }}</td>
<td class="timestamp">{{ .Timestamp }}</td>
</tr>
{{end}}
</table>