[css] tweak for missing photos
This commit is contained in:
parent
975aa00a66
commit
3f700c893c
2 changed files with 3 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue