File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414
1515 {% for lang in site.data.languages %}
1616 < li class ="submenu ">
17- < a href ="/{{ lang.code }}/{{ url_remainder }} "> {{ lang.name }}</ a >
17+ < a class =" remove " href ="/{{ lang.code }}/{{ url_remainder }} "> {% include icons/flags/{{ lang.code }}.svg %} {{ lang.name }}</ a >
1818 </ li >
1919 {% endfor %}
2020 </ ul >
Original file line number Diff line number Diff line change @@ -1668,6 +1668,10 @@ blockquote {
16681668 padding-left : 5% ;
16691669 }
16701670
1671+ # langbar a {
1672+
1673+ }
1674+
16711675 # navbar .submenu .open {
16721676 flex-direction : column;
16731677 align-items : initial;
Original file line number Diff line number Diff line change 5050 --supported-fg : # 299009 ;
5151 --eol-fg : # ff1a1a ;
5252}
53+
54+ /* TODO: remove following after removing duplicate id styles */
55+ .remove {
56+ display : flex;
57+ gap : 0.5rem ;
58+ align-items : center;
59+ justify-content : center;
60+ }
You can’t perform that action at this time.
0 commit comments