Add server info to frontpage and some other stuff (favicon)

This commit is contained in:
floppydiskette 2024-08-13 05:14:45 +01:00
commit 85490073ee
No known key found for this signature in database
7 changed files with 66 additions and 7 deletions

View file

@ -106,6 +106,19 @@ table.services tr td:last-child {
font-style: italic;
}
table.system-info {
padding-left: 1em;
}
table.system-info td {
padding: 0 1em 0 0;
}
table.system-info tr td:first-child {
padding-right: 0.5em;
min-width: 100px;
}
.page-container {
display: grid;
grid-template-columns: 1fr 250px;