From a458ccf9958ba7bd9fe6de57b3430a0cd5021a1e Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 31 Jul 2024 15:24:30 +0200 Subject: [PATCH] Update OHF logo on loading screen (#21509) * Update OHF logo on loading screen * tweak --------- Co-authored-by: Bram Kragten --- demo/src/html/index.html.template | 12 +++++++-- public/static/icons/ohf.svg | 42 +++++++++++++++---------------- src/html/index.html.template | 12 +++++++-- 3 files changed, 41 insertions(+), 25 deletions(-) diff --git a/demo/src/html/index.html.template b/demo/src/html/index.html.template index bd1daaf1c5..5faafef63d 100644 --- a/demo/src/html/index.html.template +++ b/demo/src/html/index.html.template @@ -70,7 +70,12 @@ flex: 1; } .ohf-logo { - height: 80px; + color: grey; + font-size: 12px; + margin-bottom: 16px; + display: flex; + flex-direction: column; + align-items: center; } @@ -82,7 +87,10 @@
- + <%= renderTemplate("../../../src/html/_js_base.html.template") %> diff --git a/public/static/icons/ohf.svg b/public/static/icons/ohf.svg index 64fd2eccd3..08d81d42ae 100644 --- a/public/static/icons/ohf.svg +++ b/public/static/icons/ohf.svg @@ -1,5 +1,5 @@ - + - - + + - - - - - - - - + + + + + + + + - - - - - - - - - - + + + + + + + + + + diff --git a/src/html/index.html.template b/src/html/index.html.template index 95f064ca24..5a6316452d 100644 --- a/src/html/index.html.template +++ b/src/html/index.html.template @@ -46,7 +46,12 @@ flex: 1; } .ohf-logo { - height: 80px; + color: grey; + font-size: 12px; + margin-bottom: 16px; + display: flex; + flex-direction: column; + align-items: center; } @@ -58,7 +63,10 @@
- + <%= renderTemplate("_js_base.html.template") %>