Update Dark.css

This commit is contained in:
Octo Andri 2021-09-23 19:45:52 +00:00
parent 0323dae649
commit 888715e88c
1 changed files with 12 additions and 0 deletions

View File

@ -19,6 +19,7 @@ body {
.InlineDiv > * {
display: inline-block;
margin: 32px;
}
.Content {
@ -35,6 +36,17 @@ body {
padding-bottom: 5%;
}
.TopBar {
position: absolute;
left: 0;
top: 0;
padding: 6px;
width:100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.Footer {
background-color: rgba(48,48,48, 0.7);
position: fixed;