Skip to content

Commit

Permalink
Fixed search position
Browse files Browse the repository at this point in the history
Signed-off-by: Arne Hamann <[email protected]>
  • Loading branch information
tacruc committed Mar 17, 2023
1 parent 0e61ff6 commit bfa79c4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ appstore:
--exclude=.git \
--exclude=build \
--exclude=screenshots/addContacts.gif \
--exclude=screenshots/addFavorites.gif \
--exclude=screenshots/addFavorites.gif \
--exclude=screenshots/addPhotoFromFiles.gif \
--exclude=screenshots/addPhotosFromMap.gif \
--exclude=screenshots/addTracks.gif \
Expand Down
9 changes: 9 additions & 0 deletions src/components/Map.vue
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ import { showError, showSuccess } from '@nextcloud/dialogs'
import L from 'leaflet'
import 'mapbox-gl/dist/mapbox-gl'
import 'mapbox-gl-leaflet/leaflet-mapbox-gl'
import {
baseLayersByName,
Expand Down Expand Up @@ -1291,6 +1292,14 @@ export default {
background: url('../../img/star-black.svg') no-repeat 50% 50%;
}
::v-deep .leaflet-left {
margin-left: 52px;
}
::v-deep .leaflet-control {
margin-left: 0px;
}
::v-deep .leaflet-control-layers-base span,
::v-deep .leaflet-control-layers-overlays span {
cursor: pointer !important;
Expand Down

0 comments on commit bfa79c4

Please sign in to comment.