Sound funktioniert jetzt auch auf Android (endlich)

This commit is contained in:
silas
2018-10-27 12:54:35 +02:00
parent 6db0c508e4
commit bb894c4bfd
7 changed files with 91 additions and 47 deletions

View File

@@ -155,6 +155,7 @@ $coinTowerDimension: 28px;
animation-duration: $animationDuration;
animation-fill-mode: forwards;
animation-direction: reverse;
-webkit-animation-direction: reverse;
animation-timing-function: linear;
@for $j from 1 through length($rotationDegrees) {
@@ -383,7 +384,10 @@ div.mainContainer{
cursor: pointer;
}
#share-button svg{
cursor: pointer;
max-width: 1.5rem;
#share-button {
overflow: hidden;
svg{
cursor: pointer;
max-width: 1.5rem;
}
}