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 ## Todo
- Cache BeatSaver data - Cache BeatSaver data
- Make BeatLeader pp count check for modifiers
- Add toggle for showing pp - Add toggle for showing pp
- Change the song time to a circular style in the song art - Change the song time to a circular style in the song art

@ -19,16 +19,15 @@
.scoreStatsLeft { .scoreStatsLeft {
text-align: right; text-align: right;
margin-right: 3px;
} }
.scoreStatsRight { .scoreStatsRight {
margin-right: 10px; text-align: left;
text-align: right;
} }
.scoreStatsAverageCut { .scoreStatsAverageCut {
font-weight: bold; font-weight: bold;
font-size: x-large;
} }
.scoreStatsHands { .scoreStatsHands {
@ -47,4 +46,4 @@
.scoreStatsInfo { .scoreStatsInfo {
margin-right: 10px; margin-right: 10px;
text-align: right; text-align: right;
} }