Right-align system info

This commit is contained in:
Roscoe 2025-08-27 14:22:33 +01:00
commit c61b471529
Signed by: RoscoeDaWah
SSH key fingerprint: SHA256:Hqn452XQ1ETzUt/FthJu6+OFkS4NBxCv5VQSEvuk7CE
2 changed files with 96 additions and 79 deletions

View file

@ -60,6 +60,14 @@ pre {
padding-bottom: 1em;
}
.content {
display: grid;
grid-template-columns: auto max-content;
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
}
.section {
min-width: 20em;
width: max-content;

View file

@ -43,6 +43,8 @@ $usernames = getUsers();
| ___|​| _| _ |-- __| -__| |​| -- | -__| | |
|___| |__| |_____|_____|_____|__|__|&#8203;|_____/|_____|\___/</pre>
</div>
<div class="content">
<div>
<div class="section tor-notice">
<pre>
+----------------------------------------------------------------+
@ -50,7 +52,7 @@ $usernames = getUsers();
| <a href="http://frzndev32nhnla77oozhxhz5yzo4abldr6zbc4qkdh5hcyanizlxs2ad.onion/">frzndev32nhnla77oozhxhz5yzo4abldr6zbc4qkdh5hcyanizlxs2ad.onion</a> |
+----------------------------------------------------------------+
</pre>
</div>
<div class="section">
<p>Members</p>
<ul class="members">
@ -115,6 +117,9 @@ $usernames = getUsers();
<sup>2</sup> Not running 24/7
</small>
</div>
</div>
<div>
<div class="section">
<p>System Info</p>
<table class="system-info">
@ -128,6 +133,10 @@ $usernames = getUsers();
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer">