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; 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 { .section {
min-width: 20em; min-width: 20em;
width: max-content; width: max-content;

View file

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