From be6204aa1ee2f858145ccee1f3acdcd59a6873ba Mon Sep 17 00:00:00 2001 From: Jakub Date: Fri, 1 Mar 2024 21:34:32 -0500 Subject: [PATCH] rename map-button to button --- layouts/shortcodes/maps.html | 2 +- static/css/style.css | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/layouts/shortcodes/maps.html b/layouts/shortcodes/maps.html index 2e6b719..78485b1 100644 --- a/layouts/shortcodes/maps.html +++ b/layouts/shortcodes/maps.html @@ -52,7 +52,7 @@
{{ with $url }} - See on Google Maps + See on Google Maps {{ end }}
diff --git a/static/css/style.css b/static/css/style.css index c0acd65..26d7dde 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -266,12 +266,13 @@ blockquote.location p { padding: inherit; } margin: 0; } -.map-button { +.button { color: var(--fg); background-color: var(--acc-1); padding: 5px; border: solid 3px var(--acc-1); border-radius: 8px; + margin-top: 20px; } .map { @@ -318,7 +319,7 @@ blockquote.location p { padding: inherit; } display: block; } - .map-button { + .button { position: absolute; bottom: 0; right: 0;