From b26b1ce90e190bfba82f84c6012e551c98aa4ffa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sat, 30 Oct 2021 20:54:45 +0200 Subject: [PATCH] theme: align copy link to clipboard #128 --- static/css/theme.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/static/css/theme.css b/static/css/theme.css index 36d47d9867..3052101e46 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -1214,12 +1214,10 @@ body { /* anchors */ .anchor { color: #00bdf3; + cursor: pointer; font-size: 0.5em; - cursor:pointer; - visibility:hidden; - margin-left: 0.5em; - position: absolute; - margin-top:0.1em; + vertical-align: middle; + visibility: hidden; } h2:hover .anchor, h3:hover .anchor, h4:hover .anchor, h5:hover .anchor, h6:hover .anchor {