diff --git a/src/app.css b/src/app.css index 16e08345..ecf8a184 100644 --- a/src/app.css +++ b/src/app.css @@ -315,9 +315,15 @@ html.trusted_access #appShell { .ae_btn_secondary_outlined { @apply preset-outlined-secondary-200-800 hover:preset-filled-secondary-400-600 text-secondary-950-50 transition-all; } +.ae_btn_success_filled { + @apply preset-filled-success-200-800 border border-success-500 transition-all; +} .ae_btn_success_outlined { @apply preset-outlined-success-200-800 hover:preset-filled-success-400-600 text-success-950-50 transition-all; } +.ae_btn_warning_filled { + @apply preset-filled-warning-200-800 border border-warning-500 transition-all; +} .ae_btn_warning_outlined { @apply preset-outlined-warning-200-800 hover:preset-filled-warning-400-600 text-warning-950-50 transition-all; } @@ -374,7 +380,7 @@ html.trusted_access #appShell { bg-cyan-50 dark:bg-cyan-950 hover:bg-cyan-100 dark:hover:bg-cyan-900 border border-cyan-200 dark:border-cyan-800 hover:border-cyan-400 dark:hover:border-cyan-600 rounded-md - flex flex-row items-center justify-around + flex flex-row flex-wrap items-center justify-around w-full max-w-full p-2 transition-all; diff --git a/src/routes/events/[event_id]/event_page_menu.svelte b/src/routes/events/[event_id]/event_page_menu.svelte index 37b955a2..ce78bc94 100644 --- a/src/routes/events/[event_id]/event_page_menu.svelte +++ b/src/routes/events/[event_id]/event_page_menu.svelte @@ -1,5 +1,6 @@ - +