From 78701494bcb5e228946ec118bf1d7191b6a7cb37 Mon Sep 17 00:00:00 2001 From: tvluke <tvluke@chaotikum.org> Date: Mon, 26 Dec 2022 20:00:16 +0100 Subject: [PATCH] fix height --- _includes/site-aside.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/site-aside.html b/_includes/site-aside.html index c5e91cea..ed6fe346 100644 --- a/_includes/site-aside.html +++ b/_includes/site-aside.html @@ -20,7 +20,7 @@ <h3>Ãœber uns</h3> <p>{{ site.description }}</p> {% include nav-social.html %} - <iframe allowfullscreen sandbox="allow-top-navigation allow-scripts" width="100%" height="100%" src="https://www.mastofeed.com/apiv2/feed?userurl=https%3A%2F%2Fsocial.chaotikum.org%2Fusers%2Fchaotikumev&theme=light&size=100&header=false&replies=false&boosts=false"></iframe> + <iframe allowfullscreen sandbox="allow-top-navigation allow-scripts" width="100%" height="800" src="https://www.mastofeed.com/apiv2/feed?userurl=https%3A%2F%2Fsocial.chaotikum.org%2Fusers%2Fchaotikumev&theme=light&size=100&header=false&replies=false&boosts=false"></iframe> </section> {% elsif page.layout == "project" %} -- GitLab