Update Dark.css

This commit is contained in:
Octo Andri 2021-09-23 20:08:01 +00:00
parent 888715e88c
commit aa4ee2c3fb
1 changed files with 3 additions and 3 deletions

View File

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