mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-25 22:37:18 +10:00
Merge pull request #1155 from sharetribe/fix-alignment-on-listing-page
Fix alignment on listing page
This commit is contained in:
commit
4f21e2c0a7
2 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue