File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 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
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 "
You can’t perform that action at this time.
0 commit comments