summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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";