statusbar css

This commit is contained in:
Jan Prochazka
2021-11-25 09:27:36 +01:00
parent b416dcc844
commit b9eb0da64e
2 changed files with 4 additions and 1 deletions

View File

@@ -97,6 +97,7 @@
left: 0; left: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
display: flex;
} }
.leftpanel { .leftpanel {
position: fixed; position: fixed;

View File

@@ -143,12 +143,14 @@
align-items: stretch; align-items: stretch;
justify-content: space-between; justify-content: space-between;
cursor: default; cursor: default;
flex: 1;
} }
.container { .container {
display: flex; display: flex;
align-items: center;
} }
.item { .item {
padding: 2px 10px; padding: 0px 10px;
} }
.version { .version {