diff --git a/virtual_metro/templates/index.html b/virtual_metro/templates/index.html index 30baf97..c2733f2 100644 --- a/virtual_metro/templates/index.html +++ b/virtual_metro/templates/index.html @@ -10,13 +10,20 @@ max-width: 100vw; max-height: 100vh; } - #topbar { + #topbar, #botbar { position: absolute; - left: 0; - top: 0; z-index: 999; font-size: small; } + #topbar { + left: 0; + top: 0; + } + #botbar { + right: 0; + bottom: 0; + text-align: right; + } body, html { color: #ccc; background-color: black; @@ -31,6 +38,7 @@
Stop ? [change] Platform ? [change] Style ? [change: 1, 2]
+
AGPLv3 ยท Source Code