theme: Add some more space on the right for copy buttons

Fixes #2919
This commit is contained in:
Bjørn Erik Pedersen
2025-02-18 13:33:28 +01:00
parent f4a19083a8
commit 22ad3eee3d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -62,7 +62,7 @@
{{- end }}
<div x-data class="shortcode-code not-prose relative p-0 mt-2 mb-4 sm:mb-8">
<svg
class="absolute right-2 top-0 z-30 text-blue-600 hover:text-blue-500 cursor-pointer w-8"
class="absolute right-7 top-0 z-30 text-blue-600 hover:text-blue-500 cursor-pointer w-8"
@click="$copy($refs[$store.nav.userSettings.settings.configFileType])">
<use href="#icon--copy"></use>
</svg>