fixed event order issues with swapping

Signed-off-by: ari melody <ari@arimelody.me>
This commit is contained in:
ari melody 2024-04-17 18:29:39 +01:00
parent 0b401c058a
commit 0d1e694b59
7 changed files with 22 additions and 8 deletions

View file

@ -358,11 +358,17 @@ ul#links a:hover {
#share {
margin: 0;
padding: 0;
display: inline-block;
color: inherit;
font-family: inherit;
font-size: inherit;
line-height: 1em;
text-shadow: 0 .05em 2px #0004;
cursor: pointer;
opacity: .5;
background: none;
border: none;
transition: opacity .1s linear;
}