Heavily improved the UI loading stuff
This commit is contained in:
@@ -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"> </a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user