diff --git a/api/map.js b/api/map.js index ddb58852..1fcb4d03 100644 --- a/api/map.js +++ b/api/map.js @@ -44,7 +44,7 @@ export default (req, res) => { } const mapSize = '800,640'; - const pp = `${latitude},${longitude};66`; + const pp = `${latitude},${longitude};46`; const fmt = 'jpeg'; const dpi = 'Large'; diff --git a/src/components/ipcheck.vue b/src/components/ipcheck.vue index 6564fd30..54ecfc0a 100644 --- a/src/components/ipcheck.vue +++ b/src/components/ipcheck.vue @@ -70,7 +70,7 @@ :aria-label="'Refresh' + card.source"> <i class="bi bi-arrow-clockwise"></i></button> </div> - <div class="p-3" :class="{ + <div class="p-3 placeholder-glow " :class="{ 'dark-mode-title': isDarkMode, 'jn-link2-dark': isDarkMode, 'bg-light': !isDarkMode,