From 7fe6c16135419be8b87b15a5eb074eebda5a4e37 Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@nibio.no> Date: Fri, 27 May 2022 11:34:02 +0200 Subject: [PATCH] Moved magnifying glass a bit further to the right --- src/components/PlacesList.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/PlacesList.vue b/src/components/PlacesList.vue index 1e17cc3..fbff8f7 100644 --- a/src/components/PlacesList.vue +++ b/src/components/PlacesList.vue @@ -55,10 +55,10 @@ <div class="col-3"></div> </div> <div v-else class="row"> - <div class="col-9"> + <div class="col-10"> <div :style="poi.isOwnPOI?'font-weight:bold;':false">{{poi.name}}</div> </div> - <div class="col-3"> + <div class="col-2"> <router-link :to="{name: 'Observation', params: {locationPointOfInterestId:poi.pointOfInterestId, paramGeoinfo: JSON.parse(poi.geoJSON)}}" class="addobs-btn"> -- GitLab