diff --git a/README.md b/README.md index 377c4c2..fcf7a4a 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ## snapshot -![image](https://github.com/Hufe921/canvas-editor/blob/main/src/assets/snapshots/main_v0.9.5.png) +![image](https://github.com/Hufe921/canvas-editor/blob/main/src/assets/snapshots/main_v0.9.6.png) ## next features diff --git a/package.json b/package.json index 7b50d55..8f71086 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.9.5", + "version": "0.9.6", "scripts": { "dev": "vite", "lib": "npm run lint && tsc && vite build --mode lib", diff --git a/src/assets/snapshots/main_v0.9.6.png b/src/assets/snapshots/main_v0.9.6.png new file mode 100644 index 0000000..c9d353a Binary files /dev/null and b/src/assets/snapshots/main_v0.9.6.png differ diff --git a/src/style.css b/src/style.css index 0284d9c..d9a9507 100644 --- a/src/style.css +++ b/src/style.css @@ -78,7 +78,7 @@ ul { display: flex; align-items: center; justify-content: center; - margin: 0 4px; + margin: 0 3px; } .menu-item>div:hover {