From 5803d4afec5e8a1237f7596c279e2a514b97a3e4 Mon Sep 17 00:00:00 2001 From: shashank-23002 <21bec103@iiitdmj.ac.in> Date: Tue, 20 Feb 2024 17:15:01 +0000 Subject: [PATCH] clipboard: Align click to copy button inside spoiler tag. Fixes: #20712 --- web/styles/rendered_markdown.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/styles/rendered_markdown.css b/web/styles/rendered_markdown.css index 068c251ed2..042bbb15f9 100644 --- a/web/styles/rendered_markdown.css +++ b/web/styles/rendered_markdown.css @@ -716,7 +716,7 @@ /* Having absolute positioning here ensures that the element doesn't scroll along with the code div in narrow windows */ position: absolute; - right: 2px; + right: 20px; margin-top: -4px; /* Remove the outline when clicking on the copy-to-clipboard button */