From d511342acdd676b1d1eca36af92426bfeb1d6e1e Mon Sep 17 00:00:00 2001 From: Yannik Schmidt Date: Tue, 15 Jun 2021 02:28:56 +0200 Subject: [PATCH] add flag support --- static/site.css | 6 ++++++ templates/navbar.html | 16 ++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/static/site.css b/static/site.css index 4dc0891..88ba482 100644 --- a/static/site.css +++ b/static/site.css @@ -19,6 +19,12 @@ body { } } +.flag{ + max-height: 100%; + max-width: 120%; + background-repeat: round !important; +} + .title-responsive{ font-size: 25px !important; padding-left: 40px; diff --git a/templates/navbar.html b/templates/navbar.html index 34e0970..ebe0372 100644 --- a/templates/navbar.html +++ b/templates/navbar.html @@ -78,6 +78,22 @@ {% endif %} + {% if conf["LANGUAGE"] == "en" %} +
  • + + DE + +
  • + {% elif conf["LANGUAGE"] == "de" %} +
  • + + EN + +
  • + {% endif %} +