noam-honig / wikiloc

11 stars 8 forks source link

Aligning the control buttons #32

Open develad opened 1 year ago

develad commented 1 year ago

Hey Noam,

In the ResultEntry.tsx you can change the style in line 159 instead of style={{ transform: "rotate(180deg)" }} Do style={{ transform: "scaleX(-1)" }} That way the audio control buttons will align straight .

Before:

noam-honig github io_wikiloc_(iPhone X)

After:

noam-honig github io_wikiloc_(iPhone X) (1)