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:
parent
09079799a5
commit
0de4e16c9f
@ -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;
|
||||||
|
|
||||||
|
|||||||
@ -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;
|
margin-bottom: $margin;
|
||||||
|
|
||||||
> :last-child {
|
.ClusterIcon {
|
||||||
margin-bottom: $margin;
|
margin-bottom: $margin * 1.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:empty {
|
&:empty {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user