mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-06-20 10:37:54 +02:00
Move release-status to top right and keep visible
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user