Rework of the IDAA Recovery Meetings search. Other related updates and bug fixes. Added preventDefault()
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
<script lang="ts">
|
||||
|
||||
|
||||
// *** Import Svelte specific
|
||||
import type { key_val } from '$lib/ae_stores';
|
||||
import { ae_util } from '$lib/ae_utils/ae_utils';
|
||||
@@ -69,14 +68,14 @@ let ae_triggers: key_val = $state({});
|
||||
<!-- sm:border-red-200 md:border-yellow-200 lg:border-gray-100 -->
|
||||
<section
|
||||
class="
|
||||
ae_comp event_session_obj_li
|
||||
border-2 border-dashed border-x-red-500 border-y-white
|
||||
sm:border-x-red-400 md:border-x-yellow-400 lg:border-x-gray-100
|
||||
px-0.5 py-2 space-y-2
|
||||
min-w-full
|
||||
w-full
|
||||
container overflow-x-scroll {container_class_li}
|
||||
"
|
||||
ae_comp event_session_obj_li
|
||||
border-2 border-dashed border-x-red-500 border-y-white
|
||||
sm:border-x-red-400 md:border-x-yellow-400 lg:border-x-gray-100
|
||||
px-0.5 py-2 space-y-2
|
||||
min-w-full
|
||||
w-full
|
||||
container overflow-x-scroll {container_class_li}
|
||||
"
|
||||
>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user