From a5c97c4e38e6d4cbd0f1919d54407c0cf1cc7e81 Mon Sep 17 00:00:00 2001 From: Danhia Date: Fri, 4 Feb 2022 15:28:06 +0100 Subject: [PATCH] beginning of lang flag refacto --- src/statics/css/style.css | 3 ++- src/templates/base.html | 27 ++++++++++++--------------- 2 files changed, 14 insertions(+), 16 deletions(-) diff --git a/src/statics/css/style.css b/src/statics/css/style.css index a1dd296..f6e1953 100644 --- a/src/statics/css/style.css +++ b/src/statics/css/style.css @@ -55,6 +55,7 @@ pre { background-color: #1d1d1d; border: none; border-radius: 0; + min-width:inherit; } .dropdown-item { color: #d9d9d9; @@ -385,4 +386,4 @@ footer { .ctf-link:hover { color: #a9a9a9; text-decoration: none; -} \ No newline at end of file +} diff --git a/src/templates/base.html b/src/templates/base.html index e352708..63b3351 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -65,27 +65,24 @@