Fix message component button styles
This commit is contained in:
parent
ef26533127
commit
8bf22edbda
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue