Fix icons invisible on iOS

It was ONLY because of flex-direction being row by default. Switched to column, does the trick… !?%@
This commit is contained in:
2020-04-22 10:13:44 +02:00
parent 4ebd938012
commit 39031366d5
7 changed files with 13 additions and 11 deletions

View File

@@ -344,7 +344,7 @@
height: 8px;
padding: 0;
background-color: $color-lightpurple;
border-radius: 100%;
border-radius: 50%;
text-decoration: none;
}
}

View File

@@ -75,7 +75,7 @@
width: 80px;
height: 80px;
background-color: $color-primary;
border-radius: 100%;
border-radius: 50%;
transition: transform 0.8s $ease-quart, opacity 0.8s $ease-quart;
// Hidden state