diff --git a/web/app/static/css/nopaque.css b/web/app/static/css/nopaque.css index 37a247f6..3ad3a914 100644 --- a/web/app/static/css/nopaque.css +++ b/web/app/static/css/nopaque.css @@ -1,4 +1,5 @@ -/* Something to hack the tabbar */ +/* Fix material icon vertical alignment when nested in various elements */ +h1 .material-icons, h2 .material-icons, h3 .material-icons, h4 .material-icons, .tab .material-icons { line-height: inherit; } diff --git a/web/app/templates/nopaque.html.j2 b/web/app/templates/nopaque.html.j2 index af54a719..b00e7e27 100644 --- a/web/app/templates/nopaque.html.j2 +++ b/web/app/templates/nopaque.html.j2 @@ -160,18 +160,23 @@ {% if current_user.is_authenticated %}