From 8a521d54f281e3a83db39ba886e0d930e3f15ca1 Mon Sep 17 00:00:00 2001 From: Daniel Pupius Date: Sun, 15 Mar 2026 23:39:23 +0000 Subject: [PATCH] Right-align MapLibre attribution text Co-Authored-By: Claude Sonnet 4.6 --- web/src/styles/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/styles/index.css b/web/src/styles/index.css index d9c148b..8ac84a5 100644 --- a/web/src/styles/index.css +++ b/web/src/styles/index.css @@ -34,6 +34,7 @@ color: rgba(255, 255, 255, 0.7) !important; border-radius: 4px !important; font-size: 10px !important; + text-align: right !important; } .maplibregl-ctrl-attrib-inner a { color: rgba(255, 255, 255, 0.7) !important;