unnecessary code

This commit is contained in:
Miodec 2022-08-24 14:57:38 +02:00
parent dd0d1d8e95
commit d8ebc2cde9
2 changed files with 0 additions and 10 deletions

View file

@ -996,10 +996,6 @@
overflow: hidden;
max-width: 13rem;
opacity: 1;
&.scrolled {
max-width: 0;
opacity: 0;
}
}
.row {
display: flex;

View file

@ -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