Skip to content
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.

Commit

Permalink
fix: fix hair position of "beanie" and "turban"
Browse files Browse the repository at this point in the history
  • Loading branch information
wjq990112 committed Jun 27, 2021
1 parent 38ef9e7 commit 46e2353
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "holiday-avatar",
"version": "0.0.3-beta.2",
"version": "0.0.3",
"description": "Vue library for generating nice user avatar. (Inspired by react-nice-avatar)",
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion src/Hair/Beanie.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default defineComponent({
<svg
style={{
position: 'absolute',
bottom: '32%',
bottom: '35%',
width: '50%',
height: '85%',
left: '22%',
Expand Down
4 changes: 2 additions & 2 deletions src/Hair/Turban.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ export default defineComponent({
<svg
style={{
position: 'absolute',
bottom: '34%',
bottom: '36%',
width: '68%',
height: '75%',
left: '13.5%',
left: '14%',
}}
width="240"
height="212"
Expand Down

0 comments on commit 46e2353

Please sign in to comment.