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;
|
||||
border-radius: $radius;
|
||||
padding: $radius;
|
||||
margin-bottom: $padding * 2;
|
||||
user-select: none;
|
||||
cursor: pointer;
|
||||
|
||||
|
||||
@ -16,10 +16,10 @@
|
||||
.clusters {
|
||||
@include hidden-scrollbar;
|
||||
padding: 0 $spacing; // extra spacing for cluster-icon's badge
|
||||
margin-bottom: $spacing;
|
||||
margin-bottom: $margin;
|
||||
|
||||
> :last-child {
|
||||
margin-bottom: $margin;
|
||||
.ClusterIcon {
|
||||
margin-bottom: $margin * 1.5;
|
||||
}
|
||||
|
||||
&:empty {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user