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