From 4b5e6a50ffcacea028f995fc2649a2706afa17ef Mon Sep 17 00:00:00 2001 From: ari melody Date: Wed, 20 Mar 2024 04:57:28 +0000 Subject: [PATCH] made music gateway share button appear more consistently Signed-off-by: ari melody --- public/style/music-gateway.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/public/style/music-gateway.css b/public/style/music-gateway.css index c955224..e182d8d 100644 --- a/public/style/music-gateway.css +++ b/public/style/music-gateway.css @@ -391,6 +391,7 @@ a.scrollback { #share { margin: 0; display: inline-block; + line-height: 1em; text-shadow: 0 .05em 2px #0004; cursor: pointer; opacity: .5; @@ -407,10 +408,10 @@ a.scrollback { #share.active::after { content: "✓"; - font-size: 1.5em; - line-height: .75em; - position: absolute; - transform: translateX(.3em); + position: relative; + left: .2em; + font-size: 1.2em; + line-height: 1em; animation: share-after 2s cubic-bezier(.5,0,1,.5) forwards }