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:
parent
56f2cb9663
commit
709e9517ba
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user