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

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2022-04-19 12:38:06 +03:00
parent e977890677
commit d7fefb2368

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;
}
}