Sound funktioniert jetzt auch auf Android (endlich)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user