summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaindropsSys <contact@minteck.org>2023-06-21 09:20:59 +0200
committerRaindropsSys <contact@minteck.org>2023-06-21 09:20:59 +0200
commitb0d3eeb6edc4f7caf4b372cd176cd657c25d0846 (patch)
tree66f135c21a801a63669413270dbada4dd6ee9b19
parented17c6eb5e52e0c206a72c5b959fc165e5810230 (diff)
downloadkirinos-b0d3eeb6edc4f7caf4b372cd176cd657c25d0846.tar.gz
kirinos-b0d3eeb6edc4f7caf4b372cd176cd657c25d0846.tar.bz2
kirinos-b0d3eeb6edc4f7caf4b372cd176cd657c25d0846.zip
Updated core/status/index.html (automated)
-rw-r--r--core/status/index.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/core/status/index.html b/core/status/index.html
index d256e25..eee47a7 100644
--- a/core/status/index.html
+++ b/core/status/index.html
@@ -38,7 +38,10 @@
</head>
<body>
<div id="bg"></div>
- <div id="status-bar"></div>
+ <div id="status-bar">
+ <div id="bar-left" style="display: inline-block;">left</div>
+ <div id="bar-right" style="margin-left: auto; display: inline-block; width: max-content; float: right;">right</div>
+ </div>
<script>
function resizeBackground(width, height) {
document.getElementById("bg").style.width = width + "px";