From 4f8be203abb5e3a863f6d3330f9222c0cd9b1159 Mon Sep 17 00:00:00 2001 From: Stephan Porada Date: Fri, 30 Oct 2020 11:00:56 +0100 Subject: [PATCH] Add margin for
--- web/app/static/css/nopaque.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/app/static/css/nopaque.css b/web/app/static/css/nopaque.css index 1c65e371..a3130ef8 100644 --- a/web/app/static/css/nopaque.css +++ b/web/app/static/css/nopaque.css @@ -1,7 +1,12 @@ +/* Something to hack the tabbar */ .tab .material-icons { line-height: inherit; } +main { + margin-top: 48px; +} + /* add custom bold class */ .bold { font-weight: bold;