From e57b3adf91dda6e87ed85de7c90ba77aa4d4b016 Mon Sep 17 00:00:00 2001 From: teddit Date: Tue, 29 Dec 2020 14:01:01 +0100 Subject: [PATCH] fix #post height --- static/css/styles.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/css/styles.css b/static/css/styles.css index a95fb5f..171e3ab 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -472,6 +472,7 @@ footer a { #links.sr { float: left; width: 75%; + min-height: 100vh; } #links details { float: left; @@ -696,6 +697,9 @@ footer a { } /* POST */ +#post { + min-height: 100vh; +} #post .info { float: left; width: 100%; @@ -898,6 +902,7 @@ footer a { #user .entries { float: left; width: 80%; + min-height: 100vh; } #user .entries .entry { padding-left: 5px;