mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-09 21:51:29 +08:00
unnecessary code
This commit is contained in:
parent
dd0d1d8e95
commit
d8ebc2cde9
2 changed files with 0 additions and 10 deletions
|
|
@ -996,10 +996,6 @@
|
|||
overflow: hidden;
|
||||
max-width: 13rem;
|
||||
opacity: 1;
|
||||
&.scrolled {
|
||||
max-width: 0;
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
.row {
|
||||
display: flex;
|
||||
|
|
|
|||
|
|
@ -88,12 +88,6 @@ export async function update(
|
|||
zen: false,
|
||||
};
|
||||
|
||||
if (puncAndNumVisible[current]) {
|
||||
$("#testConfig .puncAndNum").removeClass("scrolled");
|
||||
} else {
|
||||
$("#testConfig .puncAndNum").addClass("scrolled");
|
||||
}
|
||||
|
||||
if (
|
||||
puncAndNumVisible[previous] == false &&
|
||||
puncAndNumVisible[current] == true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue