diff --git a/README.md b/README.md index c260070..97b062c 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Then create a browser window and set the height to 1920 and the width to 1080 th ## Todo - Cache BeatSaver data +- Make BeatLeader pp count check for modifiers - Add toggle for showing pp - Change the song time to a circular style in the song art diff --git a/styles/scoreStats.module.css b/styles/scoreStats.module.css index 6418e85..e5e1109 100644 --- a/styles/scoreStats.module.css +++ b/styles/scoreStats.module.css @@ -19,16 +19,15 @@ .scoreStatsLeft { text-align: right; + margin-right: 3px; } .scoreStatsRight { - margin-right: 10px; - text-align: right; + text-align: left; } .scoreStatsAverageCut { font-weight: bold; - font-size: x-large; } .scoreStatsHands { @@ -47,4 +46,4 @@ .scoreStatsInfo { margin-right: 10px; text-align: right; -} \ No newline at end of file +}