File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
src/unfold/templates/unfold/helpers Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 11{% if results %}
2- < ul class ="absolute bg-white border left-0 mt-12 right-0 rounded top-0 shadow-sm text-sm dark:bg-gray-800 dark:border-gray-700 ">
3- {% for app in results %}
4- {% for model in app.models %}
5- < li >
6- < a href ="{{ model.admin_url }} " class ="block group overflow-hidden px-3 py-2 text-gray-500 text-ellipsis whitespace-nowrap hover:text-gray-700 dark:text-gray-400 dark:hover:text-gray-200 ">
7- {{ app.name }} < span class ="align-text-top material-symbols-outlined md-18 text-gray-300 group-hover:text-gray-400 dark:text-gray-600 "> arrow_right_alt</ span > {{ model.name }}
8- </ a >
9- </ li >
2+ < ul class ="absolute bg-white border left-0 mt-12 right-0 rounded top-0 shadow-sm text-sm z-10 dark:bg-gray-800 dark:border-gray-700 ">
3+ {% for app in results %}
4+ {% for model in app.models %}
5+ < li >
6+ < a href ="{{ model.admin_url }} " class ="block group overflow-hidden px-3 py-2 text-gray-500 text-ellipsis whitespace-nowrap hover:text-gray-700 dark:text-gray-400 dark:hover:text-gray-200 ">
7+ {{ app.name }} < span class ="align-text-top material-symbols-outlined md-18 text-gray-300 group-hover:text-gray-400 dark:text-gray-600 "> arrow_right_alt</ span > {{ model.name }}
8+ </ a >
9+ </ li >
10+ {% endfor %}
1011 {% endfor %}
11- {% endfor %}
12- </ ul >
12+ </ ul >
1313{% endif %}
You can’t perform that action at this time.
0 commit comments