Skip to content

Commit

Permalink
fix: Fixed GPSR drawer responsiveness (#801)
Browse files Browse the repository at this point in the history
  • Loading branch information
abocsan-plenty authored Nov 13, 2024
1 parent 2e398f0 commit c97dd30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
v-model="open"
:placement="placement"
:class="[
'w-128',
'lg:w-128',
'bg-neutral-50',
'border',
'border-gray-300',
'z-50',
{ 'min-w-[400px]': placement === 'left' || placement === 'right' },
{ 'lg:min-w-[400px]': placement === 'left' || placement === 'right' },
]"
>
<header class="flex items-center justify-between px-10 py-6 bg-primary-500">
Expand Down
1 change: 1 addition & 0 deletions docs/changelog/changelog_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- Empty cart notification was displayed when user navigates to cart. Now only shown when the cart is emptied in checkout.
- The hero button now links to the provided destination.
- Fixed, Buy button could be clicked after the order was finished and the redirect to the confirmation was in progress.
- Fixed GPSR drawer responsiveness.

## v1.7.0 (2024-11-06) <a href="https://github.com/plentymarkets/plentyshop-pwa/compare/v1.6.0...v1.7.0" target="_blank" rel="noopener"><b>Overview of all changes</b></a>

Expand Down

0 comments on commit c97dd30

Please sign in to comment.