Fix textAlign on avg cut

This commit is contained in:
Liam 2022-10-21 16:49:43 +01:00
parent 8c4fda5589
commit f87940c01e
2 changed files with 4 additions and 4 deletions

@ -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

@ -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 {