This commit is contained in:
Vanessa 2024-11-19 00:30:22 +08:00
parent d200f5b3b8
commit add256d373
8 changed files with 24 additions and 24 deletions

View file

@ -494,9 +494,9 @@ export class Background {
}
if (img || icon) {
this.iconElement.parentElement.style.marginTop = ""
this.iconElement.parentElement.style.marginTop = "";
} else {
this.iconElement.parentElement.style.marginTop = "8px"
this.iconElement.parentElement.style.marginTop = "8px";
}
}