Revert "Polish header language dropdown styling"

This reverts commit 404dd8fe98.
This commit is contained in:
2026-04-26 12:16:00 +02:00
parent 404dd8fe98
commit edd29502d1
2 changed files with 12 additions and 42 deletions

View File

@@ -25,34 +25,6 @@
<link rel="preconnect" href="https://www.google-analytics.com/">
{% endif %}
{{ block.super }}
<style>
header .language-dropdown .dropdown-toggle::after { display: none; }
header .language-dropdown .language-flag {
width: 22px;
height: 22px;
border-radius: 999px;
overflow: hidden;
display: inline-flex;
align-items: center;
justify-content: center;
background: #fff;
}
header .language-dropdown .language-flag svg {
width: 28px;
height: 20px;
flex: 0 0 auto;
}
header .language-dropdown .dropdown-item .language-flag {
width: 26px;
height: 18px;
border-radius: 4px;
background: transparent;
}
header .language-dropdown .dropdown-item .language-flag svg {
width: 26px;
height: 18px;
}
</style>
{% if cookie_jar.needs_approval %}
<link rel="stylesheet" type="text/css" href="{% static 'cookie_jar/css/cookie_jar.css' %}">
{% endif %}