diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f8f27f..e48d65d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ CHANGELOG ========================== +## 2.0.17 (`2001770`) + +- **Fix:** Error rendering template: variable `@_input-dateInputWidth` is undefined (#100) + ## 2.0.16 (`2001670`) - **Change:** Change permission names to be consistent with that of XenForo itself (#94) diff --git a/_output/templates/public/tckChangeContentOwner_macros_change_date_row.less b/_output/templates/public/tckChangeContentOwner_macros_change_date_row.less index b996bf7..bc7d31e 100644 --- a/_output/templates/public/tckChangeContentOwner_macros_change_date_row.less +++ b/_output/templates/public/tckChangeContentOwner_macros_change_date_row.less @@ -4,7 +4,6 @@ &.input--time { height: 2.4em; - max-width: @_input-dateInputWidth; position: relative; &::-webkit-calendar-picker-indicator @@ -13,4 +12,9 @@ position: absolute; } } + + &.input--time + { + min-width: 125px; + } } \ No newline at end of file diff --git a/addon.json b/addon.json index eaa8c1e..302e113 100644 --- a/addon.json +++ b/addon.json @@ -2,8 +2,8 @@ "legacy_addon_id": "", "title": "Change Content Owner or Date", "description": "This add-on allows you to change the owner of content or the timestamp content.", - "version_id": 2001670, - "version_string": "2.0.16", + "version_id": 2001770, + "version_string": "2.0.17", "dev": "TickTackk", "dev_url": "https://xenforo.com/community/members/90375/", "faq_url": "",