Mostly cosmetic styles

This commit is contained in:
Scott Idem
2025-09-24 17:43:40 -04:00
parent 1ba9cd1c03
commit abed17f5da
5 changed files with 33 additions and 18 deletions

View File

@@ -73,7 +73,7 @@ let lq__event_file_obj_li = $derived(liveQuery(async () => {
<ul class="space-y-1">
{#each $lq__event_file_obj_li as event_file_obj, index}
<li
class="flex flex-col md:flex-row wrap gap justify-center"
class="flex flex-col md:flex-row flex-wrap gap-1 items-center justify-start"
class:hidden={!$events_loc.launcher.show_content__hidden_files && event_file_obj.hide}
>