Fix message component button styles
This commit is contained in:
parent
ef26533127
commit
8bf22edbda
|
|
@ -26,9 +26,12 @@
|
|||
}
|
||||
|
||||
.close {
|
||||
padding: 0;
|
||||
width: auto;
|
||||
line-height: 1;
|
||||
cursor: pointer;
|
||||
font-size: 1.5em;
|
||||
margin-left: 1em;
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -93,7 +93,7 @@ const checkDataIsHandled = window.setInterval(() => {
|
|||
|
||||
result = {
|
||||
id: seasonId,
|
||||
seem: progressIndex,
|
||||
seem: progressIndex + 1,
|
||||
name: document.querySelector<HTMLSpanElement>(".media-info-title-t").innerText,
|
||||
};
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue