Skip to content

Commit

Permalink
v 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin committed Oct 4, 2021
1 parent 27c8121 commit 82e02f0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

## 1.4.3 - 2021-09-29
### Added
- Reflect 'allowAdminChanges' in UI
- Reflect 'allowAdminChanges' in UI

## 1.4.4 - 2021-10-04
### Edit
- Removed fixed height
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "dutchheight/craft-cookie-boss",
"description": "Allow your visitors to set their cookie preference.",
"type": "craft-plugin",
"version": "1.4.3",
"version": "1.4.4",
"keywords": [
"craft",
"cms",
Expand Down
2 changes: 1 addition & 1 deletion src/templates/askConsent/_index.twig
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
{% endif %}

{% if settings.presentGroups %}
<div id="cookie-boss-modal" class="{{ templateSettings.position }}" :style=" !settingsOpen ? 'height: 150px;' : '' ">
<div id="cookie-boss-modal" class="{{ templateSettings.position }}">
<div id="container" v-if="!settingsOpen">
<h3 class="item-wrapper item-wrapper-padding noselect" style="width: 100%;">{{ settings.title }}</h3>
<p class="item-wrapper item-wrapper-padding noselect" style="width: 100%;">{{ settings.message }}</p>
Expand Down

0 comments on commit 82e02f0

Please sign in to comment.