Add a left margin to the articles list

This commit is contained in:
Carter McBride 2024-07-17 12:12:35 -06:00 committed by GitHub
parent a61fc25d88
commit 64650c31cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -117,7 +117,7 @@
<div class="text-sm whitespace-nowrap text-ellipsis w-11/12 overflow-hidden text-arc-subtitle" title="{{feed.feed}}">({{ feed.feed }})</div> <div class="text-sm whitespace-nowrap text-ellipsis w-11/12 overflow-hidden text-arc-subtitle" title="{{feed.feed}}">({{ feed.feed }})</div>
</div> </div>
</summary> </summary>
<ul class="max-h-64 overflow-y-auto list-none m-0"> <ul class="max-h-64 overflow-y-auto list-none ml-6">
{% for item in feed.items %} {% for item in feed.items %}
<li class="{% if item.isRecent %}has-recent {% endif %} flex flex-row items-center p-2 rounded-xl mt-1 transition-colors hover:bg-arc-hover"> <li class="{% if item.isRecent %}has-recent {% endif %} flex flex-row items-center p-2 rounded-xl mt-1 transition-colors hover:bg-arc-hover">
{% if item.isRecent %} {% if item.isRecent %}