Skip to content

Commit a93e9ab

Browse files
committed
Change: clear & calendar icon position
1 parent 9fa70a2 commit a93e9ab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-persian-calendar-datepicker",
3-
"version": "1.2.5",
3+
"version": "1.2.8",
44
"description": "A Vue 3 Persian calendar and datepicker with official Iranian holidays, Jalali, Hijri, and Gregorian date support.",
55
"author": "Mohammad Hossein Pour",
66
"license": "MIT",

src/styles/datepicker.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
.datepicker-icon
8787
{
8888
position: absolute;
89-
left: 0.6rem;
89+
right: 0.6rem;
9090
color: var(--icon-color);
9191
cursor: pointer;
9292
display: flex;
@@ -102,7 +102,7 @@
102102
.datepicker-clear
103103
{
104104
position: absolute;
105-
left: 2rem;
105+
left: 0.6rem;
106106
background: none;
107107
border: none;
108108
color: var(--clear-color);

0 commit comments

Comments
 (0)