From a66d947838c42797f2063103d2828f4667f004cb Mon Sep 17 00:00:00 2001 From: Jenni Nurmi Date: Mon, 19 Aug 2019 12:43:05 +0300 Subject: [PATCH 1/2] Fix alignment on listing page --- src/containers/ListingPage/ListingPage.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/containers/ListingPage/ListingPage.css b/src/containers/ListingPage/ListingPage.css index a5f9550d..1a273e53 100644 --- a/src/containers/ListingPage/ListingPage.css +++ b/src/containers/ListingPage/ListingPage.css @@ -224,7 +224,8 @@ margin-top: 50px; margin-bottom: 0px; /* contentContainer's full width - (bookingColumn + two paddings + margin + border) */ - flex-basis: calc(100% - 493px); + max-width: calc(100% - 433px); + flex-basis: calc(100% - 433px); flex-shrink: 0; flex-grow: 1; } @@ -260,7 +261,6 @@ @media (--viewportMedium) { position: absolute; - left: 60px; top: -49px; margin-left: 0; margin-top: 0; From 30661d5d673c46a528bc2e21599f42122ac82205 Mon Sep 17 00:00:00 2001 From: Jenni Nurmi Date: Mon, 19 Aug 2019 13:30:30 +0300 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69e34895..e2e611d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,9 @@ way to update this template, but currently, we follow a pattern: ## Upcoming version 2019-XX-XX +- [fix] On `ListingPage` align avatar with the left side of the content and fix content width so + that it aligns with the header image. + [#1155](https://github.com/sharetribe/flex-template-web/pull/1155) - [fix] Rehydrate bug: existing DOM elements were populated incorrectly [#1154](https://github.com/sharetribe/flex-template-web/pull/1154) - [fix] Don't send personal id number or business profile to Stripe API when creating a Stripe