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

Not using paddings for empty top bar items (#5249)

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>
This commit is contained in:
Alex Andreev 2022-04-19 17:47:28 +03:00 committed by Jim Ehrismann
parent 5bb631f267
commit 7d856b1d48

View File

@ -26,7 +26,7 @@
&:first-of-type {
padding-left: 1.5rem;
& > * {
& > *:not(:empty) {
margin-right: 1rem;
}
}
@ -34,7 +34,7 @@
&:last-of-type {
padding-right: 1.5rem;
& > * {
& > *:not(:empty) {
margin-left: 1rem;
}
}