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

traffic-light bgc fix

Signed-off-by: Roman <ixrock@gmail.com>
This commit is contained in:
Roman 2020-07-16 21:16:59 +03:00
parent 3f8fe0fe1b
commit 89af715f08
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,6 @@
}
.ClustersMenu {
margin-top: 25px;
grid-area: menu;
}

View File

@ -5,7 +5,8 @@
--flex-gap: #{$padding * 2};
--menu-bgc: #252729;
padding: $padding * 2;
padding: var(--flex-gap);
padding-top: calc(var(--flex-gap) + 20px); // add extra-space for "traffic-light" buttons (mac)
background: var(--menu-bgc);
#add-cluster {