From 7352f2ccce531a37331877d1e2eaf9d772771797 Mon Sep 17 00:00:00 2001 From: rode <rode@ibr.cs.tu-bs.de> Date: Wed, 21 Jul 2021 17:11:21 +0200 Subject: [PATCH] Link-Contents werden jetzt nicht mehr gestaucht --- kg-style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kg-style.css b/kg-style.css index 816259b..80b1f39 100644 --- a/kg-style.css +++ b/kg-style.css @@ -59,7 +59,7 @@ display: block; padding-left: 25px; padding-right: 25px; - height: 40%; + height: 45%; overflow-y: scroll; } @@ -144,6 +144,7 @@ .link img { position: relative; text-align: center; + min-width: 60px; width: 60px; height: 60px; margin-left: 5px; -- GitLab