mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-16 09:25:06 +01:00
fix error with multiple decimal em in safari
This commit is contained in:
parent
6dde00fb2e
commit
453a888797
2 changed files with 3 additions and 3 deletions
|
|
@ -314,7 +314,7 @@ $controlsArrowAngleActive: 36deg;
|
|||
background-color: currentColor;
|
||||
|
||||
transition: all 0.15s ease, background-color 0.8s ease;
|
||||
transform-origin: $controlArrowThickness/2 50%;
|
||||
transform-origin: floor(($controlArrowThickness/2)*10)/10 50%;
|
||||
will-change: transform;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue