File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1+ .language-menu {
2+ max-height : 60vh ;
3+ overflow-y : auto;
4+ width : min (92vw , 420px );
5+ overscroll-behavior : contain;
6+ }
7+
8+ .language-menu .dropdown-item {
9+ padding : .5rem .75rem ;
10+ }
11+
Original file line number Diff line number Diff line change 6262 id ="react-css "
6363 >
6464
65+ < link rel ="stylesheet " href ="{% static 'css/language-menu.css' %} ">
66+
6567 < link rel ="icon " href ="{% static 'images/favicon.png' %} " type ="image/png ">
6668
6769 {% compress js %}
209211 < span class ="caret "> </ span >
210212 </ button >
211213
212- < ul class ="dropdown-menu " aria-labelledby ="btnGroupLanguages ">
214+ < ul class ="dropdown-menu language-menu " aria-labelledby ="btnGroupLanguages ">
213215 {% for language in languages %}
214216 {% language_select language %}
215217 {% endfor %}
You can’t perform that action at this time.
0 commit comments