Fix message component button styles

This commit is contained in:
奇趣保罗 2024-04-22 00:26:04 +08:00
parent ef26533127
commit 8bf22edbda
2 changed files with 4 additions and 1 deletions

View File

@ -26,9 +26,12 @@
} }
.close { .close {
padding: 0;
width: auto;
line-height: 1; line-height: 1;
cursor: pointer; cursor: pointer;
font-size: 1.5em; font-size: 1.5em;
margin-left: 1em; margin-left: 1em;
background-color: transparent;
} }
} }

View File

@ -93,7 +93,7 @@ const checkDataIsHandled = window.setInterval(() => {
result = { result = {
id: seasonId, id: seasonId,
seem: progressIndex, seem: progressIndex + 1,
name: document.querySelector<HTMLSpanElement>(".media-info-title-t").innerText, name: document.querySelector<HTMLSpanElement>(".media-info-title-t").innerText,
}; };
} else { } else {