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

More cluster menu fixes (#815)

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2020-09-07 14:09:56 +03:00 committed by GitHub
parent 09079799a5
commit 0de4e16c9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View File

@ -4,7 +4,6 @@
position: relative; position: relative;
border-radius: $radius; border-radius: $radius;
padding: $radius; padding: $radius;
margin-bottom: $padding * 2;
user-select: none; user-select: none;
cursor: pointer; cursor: pointer;

View File

@ -16,10 +16,10 @@
.clusters { .clusters {
@include hidden-scrollbar; @include hidden-scrollbar;
padding: 0 $spacing; // extra spacing for cluster-icon's badge padding: 0 $spacing; // extra spacing for cluster-icon's badge
margin-bottom: $spacing;
> :last-child {
margin-bottom: $margin; margin-bottom: $margin;
.ClusterIcon {
margin-bottom: $margin * 1.5;
} }
&:empty { &:empty {