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
|
## 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 {
|
||||||
|
Reference in New Issue
Block a user