feat: add shortcut viewer
This commit is contained in:
@ -26,8 +26,8 @@
|
||||
const aspectRatio = 0.25;
|
||||
|
||||
const path = createNodePath({
|
||||
depth: 4,
|
||||
height: 24,
|
||||
depth: 7,
|
||||
height: 40,
|
||||
y: 50,
|
||||
cornerTop,
|
||||
rightBump,
|
||||
@ -42,8 +42,8 @@
|
||||
aspectRatio,
|
||||
});
|
||||
const pathHover = createNodePath({
|
||||
depth: 5,
|
||||
height: 30,
|
||||
depth: 9,
|
||||
height: 50,
|
||||
y: 50,
|
||||
cornerTop,
|
||||
rightBump,
|
||||
|
@ -46,8 +46,8 @@
|
||||
const aspectRatio = 0.5;
|
||||
|
||||
const path = createNodePath({
|
||||
depth: 4,
|
||||
height: 12,
|
||||
depth: 7,
|
||||
height: 20,
|
||||
y: 51,
|
||||
cornerBottom,
|
||||
leftBump,
|
||||
@ -62,8 +62,8 @@
|
||||
aspectRatio,
|
||||
});
|
||||
const pathHover = createNodePath({
|
||||
depth: 6,
|
||||
height: 18,
|
||||
depth: 8,
|
||||
height: 25,
|
||||
y: 50.5,
|
||||
cornerBottom,
|
||||
leftBump,
|
||||
|
Reference in New Issue
Block a user