mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-28 20:53:24 +10:00
Add listing edit mobile link
This commit is contained in:
parent
e5f5995dbb
commit
b8b12c1c40
3 changed files with 14 additions and 0 deletions
|
|
@ -424,3 +424,13 @@
|
|||
.ownListingText {
|
||||
margin-top: 15px; /* align to baseline */
|
||||
}
|
||||
|
||||
.editListingMobile {
|
||||
margin: 0 24px;
|
||||
@media (--viewportMedium) {
|
||||
margin: 0;
|
||||
}
|
||||
@media (--viewportLarge) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -257,6 +257,9 @@ export class ListingPageComponent extends Component {
|
|||
</div>
|
||||
|
||||
{map}
|
||||
<div className={css.editListingMobile}>
|
||||
{editListingLink}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<ModalInMobile
|
||||
|
|
|
|||
|
|
@ -129,6 +129,7 @@ exports[`ListingPage matches snapshot 1`] = `
|
|||
zoom={11} />
|
||||
</div>
|
||||
</div>
|
||||
<div />
|
||||
</div>
|
||||
<withViewport(ModalInMobileComponent)
|
||||
id="BookingDatesFormInModal"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue