made music gateway share button appear more consistently

Signed-off-by: ari melody <ari@arimelody.me>
This commit is contained in:
ari melody 2024-03-20 04:57:28 +00:00
parent c855aa1236
commit 4b5e6a50ff

View file

@ -391,6 +391,7 @@ a.scrollback {
#share { #share {
margin: 0; margin: 0;
display: inline-block; display: inline-block;
line-height: 1em;
text-shadow: 0 .05em 2px #0004; text-shadow: 0 .05em 2px #0004;
cursor: pointer; cursor: pointer;
opacity: .5; opacity: .5;
@ -407,10 +408,10 @@ a.scrollback {
#share.active::after { #share.active::after {
content: "✓"; content: "✓";
font-size: 1.5em; position: relative;
line-height: .75em; left: .2em;
position: absolute; font-size: 1.2em;
transform: translateX(.3em); line-height: 1em;
animation: share-after 2s cubic-bezier(.5,0,1,.5) forwards animation: share-after 2s cubic-bezier(.5,0,1,.5) forwards
} }