made music gateway share button appear more consistently
Signed-off-by: ari melody <ari@arimelody.me>
This commit is contained in:
parent
c855aa1236
commit
4b5e6a50ff
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue