[css] tweak for missing photos

This commit is contained in:
Gaspard Jankowiak 2024-10-02 19:56:31 +02:00
commit 3f700c893c
2 changed files with 3 additions and 1 deletions

View file

@ -58,7 +58,7 @@ function generateCard(student, col) {
const url = `/kfu_online/pl/ui/$ctx/wbstudkart.wbShowImage?pOrgNr=${student.ids.org}&pStPersonNr=${student.ids.perso}&pType=U`
const d = document.createElement("div");
d.style.gridColumn = "auto";
d.classList.add("kf-trombi_card");
const img = document.createElement("img");
img.classList.add("kf-trombi_trombi_img");