From 78214bc034b8af4bafbfb142de0b9216a8612103 Mon Sep 17 00:00:00 2001 From: pkoby Date: Sat, 19 Oct 2024 16:25:18 -0400 Subject: [PATCH] Tweaked an icon size issue --- LGBTQmap/index.html | 4 ++-- LGBTQmap/style.css | 14 ++++++++++++-- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/LGBTQmap/index.html b/LGBTQmap/index.html index 3e9c5cd..1095b06 100644 --- a/LGBTQmap/index.html +++ b/LGBTQmap/index.html @@ -73,8 +73,8 @@

Welcome to LGBTQ+map!


-

Find places that are friendly to the LGBTQ+ community. Use the  button to find your location, and click  to load points of interest that are tagged with lgbtq=* in OpenStreetMap.

-

Places will show as icons:

+

Find places that are friendly to the LGBTQ+ community. Use the  button to find your location, and click  to load points of interest that are tagged with lgbtq=* in OpenStreetMap. Toggle light/dark mode with

+

Places will display as icons:

bar icon Bar, cafe icon Cafe, fitness centre icon Fitness Centre, diff --git a/LGBTQmap/style.css b/LGBTQmap/style.css index 918d3f9..3c5fc50 100644 --- a/LGBTQmap/style.css +++ b/LGBTQmap/style.css @@ -181,15 +181,25 @@ button { } #infoBox img { - height: 18px; - width: 18px; vertical-align: middle; margin-top: 0px; } +.image18 { + width: 18px; + height: 18px; +} +.image19 { + width: 19px; + height: 19px; +} .infoIcons { white-space: nowrap; } +.infoIcons img { + width: 18px; + height: 18px; +} .tinyIcons img { height: 6px !important;