From f91f414f3ecac85c2b3a44193fadda3d79cd600c Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 10 Oct 2020 11:14:10 +0200 Subject: Frontend improvements --- overview/public/style.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'overview') diff --git a/overview/public/style.css b/overview/public/style.css index ab38722..77853bf 100644 --- a/overview/public/style.css +++ b/overview/public/style.css @@ -10,6 +10,8 @@ body { .card { position: absolute; + max-height: 80%; + overflow: auto; width: 30%; left: 50%; top: 50%; -- cgit v1.2.3 From 54837fbd3614f97c06675ca416859dcbe96e1190 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 10 Oct 2020 11:27:18 +0200 Subject: Fixed teacher quotes --- overview/public/index.html | 3 +++ quotes/public/script.js | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'overview') diff --git a/overview/public/index.html b/overview/public/index.html index ba3596f..27d5292 100644 --- a/overview/public/index.html +++ b/overview/public/index.html @@ -34,6 +34,9 @@
  • Zitate
  • Schüler-Ranking
  • +

    + Bitte benutzt diese Tools nur ernsthaft - es ist nun mal unsere gemeinsame Zeitung :) +

    Falls ihr uns bei der Entwicklung helfen wollt, Fehler gefunden habt oder Fragen an uns habt, könnt ihr gerne mit dem Entwicklungs-Team Kontakt aufnehmen: diff --git a/quotes/public/script.js b/quotes/public/script.js index 55eeb5f..f8486f9 100644 --- a/quotes/public/script.js +++ b/quotes/public/script.js @@ -1,5 +1,5 @@ const dropdown = document.getElementById("author"); -const classes = ["TGM13.1", "TGM13.2", "TGTM13.1", "TGI13.1", "TGI13.2", "Lehrer"]; +const classes = ["TGM13.1", "TGM13.2", "TGTM13.1", "TGI13.1", "TGI13.2", "teacher"]; dropdown.insertAdjacentHTML("beforeend", ''); dropdown.insertAdjacentHTML("beforeend", ``); -- cgit v1.2.3