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

Increase cell corner radius

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2021-04-25 07:58:20 +03:00
parent d531fad62f
commit 7c7748778a
2 changed files with 8 additions and 9 deletions

View File

@ -2,14 +2,14 @@
.HotbarIcon {
--size: 37px;
border-radius: 4px;
border-radius: 6px;
user-select: none;
cursor: pointer;
div.MuiAvatar-colorDefault {
font-weight:500;
text-transform: uppercase;
border-radius: 4px;
border-radius: 6px;
}
div.active {

View File

@ -14,7 +14,7 @@
.HotbarItems {
--cellWidth: 40px;
--cellHeight: 56px;
--cellHeight: 60px;
box-sizing: content-box;
margin: 0 auto;
@ -25,9 +25,9 @@
width: var(--cellWidth);
height: 40px;
min-height: 40px;
margin: 8px;
background: var(--sidebarBackground);
border-radius: 4px;
margin: 12px;
background: var(--layoutBackground);
border-radius: 6px;
position: relative;
&:hover {
@ -51,8 +51,7 @@
box-sizing: border-box;
&:hover {
border-color: var(--textColorAccent);
color: var(--textColorAccent);
background-color: white;
transition: all 0.2s;
}
@ -84,7 +83,7 @@
margin: 8px auto;
background-color: transparent;
color: var(--textColorDimmed);
border-radius: 4px;
border-radius: 6px;
transition: all 0.2s;
cursor: pointer;