Heavily improved the UI loading stuff

This commit is contained in:
WolverinDEV
2020-04-02 01:19:55 +02:00
parent a126bd16d4
commit fbbbbcd7ef
10 changed files with 665 additions and 440 deletions
@@ -78,6 +78,19 @@
width: 0%;
height: 100%;
}
#current-status {
margin-top: 3px;
font-size: 18px;
max-width: 100%;
width: 100%;
text-align: left;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
</style>
<script type="application/ecmascript">const exports = {};</script>
@@ -93,6 +106,7 @@
<div class="container-bar">
<div class="bar"></div>
</div>
<a id="current-status">&nbsp;</a>
</div>
</body>
</html>