make the styling consistent across all pages of the mobile version
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<f7-sheet swipe-to-close swipe-handler=".swipe-handler" class="map-sheet" style="height:auto"
|
||||
:opened="show" @sheet:open="onSheetOpen" @sheet:closed="onSheetClosed">
|
||||
<f7-toolbar>
|
||||
<f7-toolbar class="toolbar-with-swipe-handler">
|
||||
<div class="swipe-handler"></div>
|
||||
<div class="left">
|
||||
<f7-link icon-f7="minus" :class="{ 'disabled': !map?.allowZoomOut() }" @click="map?.zoomOut()"></f7-link>
|
||||
|
||||
Reference in New Issue
Block a user