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:
parent
d531fad62f
commit
7c7748778a
@ -2,14 +2,14 @@
|
|||||||
.HotbarIcon {
|
.HotbarIcon {
|
||||||
--size: 37px;
|
--size: 37px;
|
||||||
|
|
||||||
border-radius: 4px;
|
border-radius: 6px;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
div.MuiAvatar-colorDefault {
|
div.MuiAvatar-colorDefault {
|
||||||
font-weight:500;
|
font-weight:500;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
border-radius: 4px;
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.active {
|
div.active {
|
||||||
|
|||||||
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
.HotbarItems {
|
.HotbarItems {
|
||||||
--cellWidth: 40px;
|
--cellWidth: 40px;
|
||||||
--cellHeight: 56px;
|
--cellHeight: 60px;
|
||||||
|
|
||||||
box-sizing: content-box;
|
box-sizing: content-box;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
@ -25,9 +25,9 @@
|
|||||||
width: var(--cellWidth);
|
width: var(--cellWidth);
|
||||||
height: 40px;
|
height: 40px;
|
||||||
min-height: 40px;
|
min-height: 40px;
|
||||||
margin: 8px;
|
margin: 12px;
|
||||||
background: var(--sidebarBackground);
|
background: var(--layoutBackground);
|
||||||
border-radius: 4px;
|
border-radius: 6px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
@ -51,8 +51,7 @@
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
border-color: var(--textColorAccent);
|
background-color: white;
|
||||||
color: var(--textColorAccent);
|
|
||||||
transition: all 0.2s;
|
transition: all 0.2s;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -84,7 +83,7 @@
|
|||||||
margin: 8px auto;
|
margin: 8px auto;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: var(--textColorDimmed);
|
color: var(--textColorDimmed);
|
||||||
border-radius: 4px;
|
border-radius: 6px;
|
||||||
transition: all 0.2s;
|
transition: all 0.2s;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user