From da9c50181bba439d7b377785f40436b2cc5e45ed Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 28 Oct 2020 21:53:14 +0000 Subject: [PATCH] Default banner height --- epicyon-profile.css | 2 +- theme.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index 281af736..614c977d 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -116,7 +116,7 @@ --likes-count-offset: 5px; --likes-count-offset-mobile: 10px; --publish-button-vertical-offset: 10px; - --banner-height: 30vh; + --banner-height: 15vh; --banner-height-mobile: 15vh; } diff --git a/theme.py b/theme.py index 5cad9efb..00c40b3d 100644 --- a/theme.py +++ b/theme.py @@ -458,6 +458,8 @@ def setThemeNight(baseDir: str): fontStrItalic = \ "url('./fonts/solidaric-italic.woff2') format('woff2')" themeParams = { + "banner-height": "15vh", + "banner-height-mobile": "15vh", "focus-color": "blue", "font-size-button-mobile": "26px", "font-size": "32px",