File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
src/unfold/templates/unfold/helpers Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 11< div class ="border-b border-base-200 flex gap-3 items-center h-[65px] mb-5 dark:border-base-800 px-3 " {% if site_dropdown %}x-data ="{ openDropdown: false } "{% endif %} >
22 < div class ="bg-transparent border border-transparent flex font-semibold gap-3 grow min-w-0 -mx-px h-[48px] items-center px-3 {% if site_dropdown %}cursor-pointer rounded transition-all hover:bg-white hover:border-base-200 hover:shadow-sm hover:dark:bg-base-800 hover:dark:border-base-700{% endif %} "
3- x-on:click ="openDropdown = !openDropdown "
4- x-bind:class ="{'bg-white border-base-200 shadow-sm dark:bg-base-800 dark:border-base-700': openDropdown, 'bg-transparent border-transparent': !openDropdown} ">
3+ {% if site_dropdown %}
4+ x-on:click ="openDropdown = !openDropdown "
5+ x-bind:class ="{'bg-white border-base-200 shadow-sm dark:bg-base-800 dark:border-base-700': openDropdown, 'bg-transparent border-transparent': !openDropdown} "
6+ {% endif %}
7+ >
58 {% if site_logo %}
69 {% include "unfold/helpers/site_logo.html" %}
710 {% elif branding %}
You can’t perform that action at this time.
0 commit comments