Merge pull request #105 from Andreymazepas/main

Adding Status Bar
This commit is contained in:
Juan Garay 2021-04-07 15:01:33 -03:00 committed by GitHub
commit b7c9fa5e7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 57 additions and 0 deletions

View file

@ -259,6 +259,20 @@ button:disabled,
background-position: top 3px left 4px;
}
.status-bar {
margin: 0px 1px;
display: flex;
gap: 1px;
}
.status-bar-field {
box-shadow: inset -1px -1px #dfdfdf,
inset 1px 1px #808080;
flex-grow: 1;
padding: 2px 3px;
margin: 0;
}
.window-body {
margin: var(--element-spacing);
}