From 92262a10397551866d87f6bc6f16748bf4b3c30c Mon Sep 17 00:00:00 2001 From: Tykayn Date: Tue, 31 Dec 2024 23:30:16 +0100 Subject: [PATCH] style for panormax link in popup --- styles/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/styles/style.css b/styles/style.css index 1602265..ec9b569 100644 --- a/styles/style.css +++ b/styles/style.css @@ -105,6 +105,7 @@ img.leaflet-marker-icon.tag-socket\:type2_yes { .rounded-button, .navigation-link, +.panoramax-link, .edit-button { background: var(--button-background); padding: 0.5em 1em; @@ -113,6 +114,10 @@ img.leaflet-marker-icon.tag-socket\:type2_yes { border: solid 1px var(--button-border); float: right; } +.panoramax-link img{ + width: 1rem; + height: 1rem; +} .side-panel button { min-width: 15em;