From 4ab28261ae87af7f57b03edcfd25740bfa319fea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sat, 30 Oct 2021 21:04:31 +0200 Subject: [PATCH] theme: align copy link to clipboard #128 last change did not display notification on click correctly --- static/css/theme.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/static/css/theme.css b/static/css/theme.css index 3052101e46..f0d9191a87 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -1215,8 +1215,10 @@ body { .anchor { color: #00bdf3; cursor: pointer; - font-size: 0.5em; - vertical-align: middle; + font-size: .5em; + margin-left: .66em; + margin-top: .9em; + position: absolute; visibility: hidden; }