Update Dark.css

This commit is contained in:
Octo Andri 2021-09-23 20:08:01 +00:00
parent 888715e88c
commit aa4ee2c3fb

View File

@ -37,14 +37,14 @@ body {
} }
.TopBar { .TopBar {
position: absolute; position: absolute !important;
left: 0; left: 0;
top: 0; top: 0;
padding: 6px; padding: 6px;
width:100%; width:100%;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
} }
.Footer { .Footer {