GitHub 838: Fix menu animation not opening on iOS #876

Manually merged
KitaitiMakoto merged 8 commits from ios_nav_menu_animation_fixed-4 into main 2021-01-11 17:53:31 +00:00

8 commits

Author SHA1 Message Date
Marek Ľach
21069ea18e
Fix code formatting 2021-01-11 18:04:21 +01:00
Marek Ľach
1e1fd49c8c
Update _header.scss 2021-01-11 17:48:39 +01:00
Marek Ľach
84621d1d27
Update _header.scss 2021-01-11 01:40:17 +01:00
Marek Ľach
ba4476bf5a
Update _header.scss 2021-01-11 01:34:09 +01:00
f87bc455b7
Merge branch 'main' into ios_nav_menu_animation_fixed-4 2021-01-11 09:26:37 +09:00
27a33c833d Run cargo fmt 2021-01-11 08:38:41 +09:00
Marek Ľach
b52d8e4e26
Fix menu animation not working on mobile iOS (also Midori) 2021-01-10 21:23:11 +01:00
Marek Ľach
b059fb48fc
Update _header.scss
The menu does not open on iOS Safari because of how it can't handle translateZ, and needs an -webkit specific prefix for the @keyframes property for the animation to work. This PR fixes the issue.
2021-01-10 18:32:21 +01:00