Merge remote-tracking branch 'origin/devel' into devel

This commit is contained in:
Inhji 2023-08-02 20:41:38 +02:00
commit 8540bf550f

View file

@ -5,8 +5,8 @@
</.header> </.header>
</section> </section>
<section class="mt-6 flex flex-row gap-3 max-w-4xl mx-auto"> <section class="mt-6 grid grid-cols-1 md:grid-cols-3 gap-3 max-w-4xl mx-auto">
<section> <section class="col-span-1 md:col-span-2">
<.note_list notes={@notes} layout={@channel.layout} show_content={false} /> <.note_list notes={@notes} layout={@channel.layout} show_content={false} />
</section> </section>