Update Dark.css
This commit is contained in:
parent
0323dae649
commit
888715e88c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue