1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fixing status bar styles

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2022-02-10 07:52:58 +03:00
parent 56f2cb9663
commit 709e9517ba

View File

@ -17,23 +17,21 @@
} }
.leftSide { .leftSide {
display: block; display: flex;
align-items: center;
.item {
float: left;
}
} }
.rightSide { .rightSide {
display: block; display: flex;
align-items: center;
.item { justify-content: flex-end;
float: right;
}
} }
.item { .item {
padding: 2px 4px; height: 100%;
padding: 0 4px;
display: flex;
align-items: center;
&:hover { &:hover {
cursor: pointer; cursor: pointer;