File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/unfold/templates/unfold/helpers Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ <h2 class="font-semibold flex flex-row group items-center mb-1 mx-3 py-1.5 px-3
7272 < div class ="absolute bottom-0 left-0 right-0 top-0 z-50 md:left-72 " x-cloak x-show ="openAllApplications ">
7373 < div class ="absolute bg-base-900/80 backdrop-blur-xs bottom-0 left-0 right-0 top-0 z-10 w-screen "> </ div >
7474
75- < div class ="bg-white flex flex-col h-full overflow-x-hidden overflow-y-auto py-5 px-8 relative text-sm w-80 z-20 dark:bg-base-900 dark:border-r dark:border-base-800 " x-on:click.outside ="openAllApplications = false " x-on:keydown.escape.window ="openAllApplications = false ">
75+ < div class ="bg-white flex flex-col h-full overflow-x-hidden overflow-y-auto py-5 px-8 relative text-sm w-80 z-20 dark:bg-base-900 dark:border-r dark:border-base-800 " x-on:click.outside ="openAllApplications = false " x-on:keydown.escape.window ="openAllApplications = false " data-simplebar >
7676 {% for app in app_list %}
7777 < div class ="mb-6 last:mb-0 ">
7878 < h2 class ="mb-4 font-semibold text-font-important-light truncate dark:text-font-important-dark ">
You can’t perform that action at this time.
0 commit comments