Skip to content

Commit d686fdd

Browse files
committed
modal launcher
1 parent 53597c1 commit d686fdd

2 files changed

Lines changed: 1 addition & 14 deletions

File tree

app/asset/modal-launcher.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,5 @@ <h2 class="mb-2 text-xl uppercase" x-text="app.name"></h2>
4848
</article>
4949
</div>
5050
</template>
51-
<nav class="flex flex-row w-full items-center justify-between px-2 py-2">
52-
<div class="w-full" aria-label="Select a page" x-html="pagination"></div>
53-
</nav>
5451
</section>
5552
</div>

src/template/foot.html

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
x-transition:enter="transition ease-out duration-200 delay-100 motion-reduce:transition-opacity"
108108
x-transition:enter-start="opacity-0 scale-50"
109109
x-transition:enter-end="opacity-100 scale-100"
110-
class="flex h-3/4 w-full max-w-5xl flex-col gap-4 overflow-hidden rounded-md border-b dark:border-primary-darker text-primary-lighter bg-white dark:bg-darker">
110+
class="flex w-full max-w-5xl flex-col gap-4 overflow-hidden rounded-md border-b dark:border-primary-darker text-primary-lighter bg-white dark:bg-darker">
111111
<!-- Dialog Header -->
112112
<div class="flex items-center justify-between bg-white border-b dark:bg-darker dark:border-primary-darker px-4 py-2">
113113
<h3
@@ -124,15 +124,6 @@
124124
<div class="px-2 overflow-y-auto h-full">
125125
<div id="modal-launcher"></div>
126126
</div>
127-
<!-- Dialog Footer -->
128-
<!-- <div class="flex p-2 border-t dark:border-primary-darker bg-white dark:bg-darker">
129-
<button
130-
@click="modalLauncher = false"
131-
type="button"
132-
class="px-4 py-2 text-center text-sm transition-colors duration-200 rounded-md text-primary-lighter bg-primary-50 hover:text-primary hover:bg-primary-100 dark:hover:text-light dark:hover:bg-primary-dark dark:bg-dark">
133-
Close
134-
</button>
135-
</div> -->
136127
</div>
137128
</div>
138129
<!-- Panel Settings -->
@@ -220,7 +211,6 @@ <h6 class="text-gray-400 dark:text-light">Mode</h6>
220211
</span>
221212
<span>Light</span>
222213
</button>
223-
224214
<!-- Dark button -->
225215
<button
226216
@click="setDarkTheme"

0 commit comments

Comments
 (0)