From 41bae9d5f8b59f4b8124e9b626e46a89866160cb Mon Sep 17 00:00:00 2001 From: Keir Nellyer Date: Wed, 31 Aug 2016 10:45:38 +0100 Subject: [PATCH] Add bottom margin so that big chat logs do not collide with footer --- Plugins/Mineplex.ReportSite/css/tiger.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Plugins/Mineplex.ReportSite/css/tiger.css b/Plugins/Mineplex.ReportSite/css/tiger.css index 208eb8884..30624599b 100644 --- a/Plugins/Mineplex.ReportSite/css/tiger.css +++ b/Plugins/Mineplex.ReportSite/css/tiger.css @@ -40,6 +40,10 @@ h2,h3,h4,h5,h6 { min-height: 500px; } +#chat { + padding-bottom: 1rem; +} + #footer { border-top: solid 2px rgba(204, 204, 204, 0.64); padding-left: 20%;