Unify phase titles and improve readability on beige theme
This commit is contained in:
@@ -275,7 +275,10 @@ function renderResults() {
|
||||
`;
|
||||
tbody.appendChild(row);
|
||||
});
|
||||
container.appendChild(table);
|
||||
const frame = document.createElement("div");
|
||||
frame.className = "results-frame";
|
||||
frame.appendChild(table);
|
||||
container.appendChild(frame);
|
||||
container.querySelectorAll(".clickable-thumb").forEach(img => {
|
||||
img.addEventListener("click", () => openLightbox(img.src, img.alt));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user