This commit is contained in:
gws 2024-11-07 10:46:45 +01:00
parent 1aacacda48
commit e97302aaac
2 changed files with 8 additions and 3 deletions

View file

@ -37,4 +37,10 @@ ul {
li {
padding: unset;
}
}
.flag {
height: 1.3em;
position: relative;
top: 0.35em;
}

View file

@ -33,10 +33,9 @@
{% endfor %}
{% if lang == "en"%}
<a class="nav-item subtitle-text" href="/sv{{ path }}"><img style="height: 1.3em; float: right;"
src="/flag-for-sweden-svgrepo-com.svg"></a>
<a class="nav-item subtitle-text" href="/sv{{ path }}"><img class="flag" src="/flag-for-sweden-svgrepo-com.svg"></a>
{% else %}
<a class="nav-item subtitle-text" href="{{ path }}"><img style="height: 1.3em; float: right;"
<a class="nav-item subtitle-text" href="{{ path }}"><img class="flag"
src="/flag-for-united-kingdom-svgrepo-com.svg"></a>
{% endif %}