nukeop / nuclear

Streaming music player that finds free music for you
https://nuclear.js.org/
GNU Affero General Public License v3.0
11.72k stars 1.02k forks source link

Fix #1554: Center Play/Pause Button #1589

Closed ajkapala21 closed 2 months ago

ajkapala21 commented 2 months ago

Fixes #1544 Adds a right margin of 4px to the player button class which successfully centers each icon (pause, play, or loading). Although a previous comment highlighted that each icon was off center by a varying amount, from my inspection they are all off by the same amount, so the same margin can be applied to all of them.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 72.05%. Comparing base (3764ff6) to head (7bf5b5f).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1589 +/- ## ======================================= Coverage 72.05% 72.05% ======================================= Files 362 362 Lines 6746 6746 Branches 498 498 ======================================= Hits 4861 4861 Misses 1478 1478 Partials 407 407 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

nukeop commented 2 months ago

Nice, thank you.