mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 13:27:49 +08:00
hide replay on screenshot, gave better name to screenshot button
This commit is contained in:
parent
fdef8f9efd
commit
fbbc15a8bd
3 changed files with 3 additions and 2 deletions
|
@ -184,6 +184,7 @@ export function colorful(tc) {
|
|||
}
|
||||
|
||||
export function screenshot() {
|
||||
$("#resultReplay").addClass("hidden");
|
||||
$(".pageTest .ssWatermark").removeClass("hidden");
|
||||
$(".pageTest .buttons").addClass("hidden");
|
||||
let src = $("#middle");
|
||||
|
|
|
@ -2272,7 +2272,7 @@ key {
|
|||
|
||||
#restartTestButton,
|
||||
#showWordHistoryButton,
|
||||
#copyResultToClipboardButton,
|
||||
#saveScreenshotButton,
|
||||
#restartTestButtonWithSameWordset,
|
||||
#nextTestButton,
|
||||
#practiseMissedWordsButton,
|
||||
|
|
|
@ -1505,7 +1505,7 @@
|
|||
<i class="fas fa-fw fa-backward"></i>
|
||||
</div>
|
||||
<div
|
||||
id="copyResultToClipboardButton"
|
||||
id="saveScreenshotButton"
|
||||
aria-label="Save screenshot"
|
||||
data-balloon-pos="down"
|
||||
tabindex="0"
|
||||
|
|
Loading…
Reference in a new issue