forked from Frzn/frzn.dev
Right-align system info
This commit is contained in:
parent
9fda9df4b6
commit
c61b471529
2 changed files with 96 additions and 79 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
11
index.php
11
index.php
|
|
@ -43,6 +43,8 @@ $usernames = getUsers();
|
||||||
| ___|​| _| _ |-- __| -__| |​| -- | -__| | |
|
| ___|​| _| _ |-- __| -__| |​| -- | -__| | |
|
||||||
|___| |__| |_____|_____|_____|__|__|​|_____/|_____|\___/</pre>
|
|___| |__| |_____|_____|_____|__|__|​|_____/|_____|\___/</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">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue