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 }