From 25499faf69b34643691fc8fc7f538591d1640a3b Mon Sep 17 00:00:00 2001 From: frederik Date: Sat, 11 Oct 2025 15:38:54 +0200 Subject: [PATCH] try to waste less screen space --- homepage/static/dark-style.css | 5 ++++- homepage/style.css | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/homepage/static/dark-style.css b/homepage/static/dark-style.css index 997d2e3..3083419 100644 --- a/homepage/static/dark-style.css +++ b/homepage/static/dark-style.css @@ -27,7 +27,7 @@ h3 { iframe { border: none; - height: 85%; + height: 90%; width: 100%; position: fixed; background-color: grey; @@ -651,6 +651,9 @@ button:hover { .left { display:none; } + iframe { + height: 83%; + } } .copyimage { diff --git a/homepage/style.css b/homepage/style.css index 89d629e..1a37c27 100644 --- a/homepage/style.css +++ b/homepage/style.css @@ -24,7 +24,7 @@ h3 { iframe { border: none; - height: 85%; + height: 90%; width: 100%; position: fixed; } @@ -619,6 +619,9 @@ button:hover { .left { display:none; } + iframe { + height: 83%; + } } .copyimage {