lib/chiya_web/controllers/page_html/bookmarks.html.heex aktualisiert

This commit is contained in:
inhji 2023-08-02 13:37:16 +02:00
parent 845be7be41
commit 429f2542fc

View file

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