From 4852d259673ccaeeb289e49f65ce1beb772a07f2 Mon Sep 17 00:00:00 2001 From: IrosTheBeggar Date: Wed, 3 Mar 2021 21:50:49 -0500 Subject: [PATCH] pad bottom of content for admin view --- webapp/admin/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webapp/admin/index.css b/webapp/admin/index.css index dab155c..df34817 100644 --- a/webapp/admin/index.css +++ b/webapp/admin/index.css @@ -31,4 +31,8 @@ a { .logo-row-mstream { max-width: 800px; +} + +.content-switcher { + padding-bottom: 60px; } \ No newline at end of file