Move release-status to top right and keep visible

This commit is contained in:
db-2001
2023-11-02 14:07:17 -04:00
parent c315237d64
commit d138094a66
3 changed files with 31 additions and 19 deletions

View File

@ -207,10 +207,10 @@ function CreateManga(manga, connector){
statusTooltip.innerText = 'Status Unavailable';
}
releaseStatus.appendChild(statusTooltip); //Append the tooltip to the indicator circle
mangaName.appendChild(releaseStatus); //Append the release status indicator to the info block
info.appendChild(mangaName);
mangaElement.appendChild(info);
mangaElement.appendChild(releaseStatus); //Append the release status indicator to the publication element
return mangaElement;
}