-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Top 50 changes Loading save data now redraws the design correctly (this fixes the images becoming huge when loading saves) Resetting no longer clears all data for the entire site. Reset all data button on main page The "Load Save (From Other Counter)" button is now labelled "Load Save (From YT Studio)" The "Prepend 0 To Ranks Less Than 100" option is now labelled "Add Leading Zeros on Ranks" Warning when local storage is too large Added public saves to Top 50
- Loading branch information
1 parent
4a09150
commit 8312351
Showing
6 changed files
with
88 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,4 +35,10 @@ button { | |
|
||
.title { | ||
font-size: 4vw; | ||
} | ||
|
||
.reset { | ||
width: fit-content; | ||
background-color: red; | ||
color: white; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -152,4 +152,8 @@ textarea { | |
|
||
.discord { | ||
font-size: 1.5em; | ||
} | ||
|
||
#storage-warning { | ||
display: none; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters