Only use scrollable feed container on large screens

This commit is contained in:
Carter McBride 2024-07-20 15:53:42 -06:00 committed by GitHub
parent 2e23740a44
commit 27091f8648
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -106,7 +106,7 @@
{% for group, feeds in data %}
<section>
<h2 class="text-xl">{{ group }}</h2>
<div class="overflow-y-auto max-h-96">
<div class="lg:overflow-y-auto lg:max-h-96">
{% for feed in feeds %}
<details class="group">
<summary