Fix textAlign on avg cut
This commit is contained in:
parent
8c4fda5589
commit
f87940c01e
@ -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 {
|
||||
|
Reference in New Issue
Block a user