File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/reader/_app/v2/templates/v2 Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 46
46
47
47
48
48
{% for entry in entries %}
49
- < div class ="mb-4 ">
49
+ < div class ="mb-3 ">
50
50
51
- < ul class ="list-inline mb-1 ">
51
+ < ul class ="list-inline " style =" margin-bottom: 0.125rem ">
52
52
53
53
< li class ="list-inline-item ">
54
54
< a class ="text-decoration-none " href ="{{ url_for('reader.entries', feed=entry.feed.url) }} ">
73
73
74
74
</ ul >
75
75
76
- < h2 class ="h5 ">
76
+ < h2 class ="h5 mb-1 " style =" font-size: 1.125rem ">
77
77
< a class ="text-decoration-none " href ="{{ url_for('reader.entry', feed=entry.feed.url, entry=entry.id) }} ">
78
78
{{ (entry.title or 'untitled') | striptags | truncate(95) }}
79
79
@@ -90,12 +90,12 @@ <h2 class="h5">
90
90
91
91
{% set summary = entry.get_content(prefer_summary=True).value | striptags | trim %}
92
92
{% if summary %}
93
- < p class ="small ">
93
+ < p class ="small mb-2 ">
94
94
{{ summary | truncate(223) }}
95
95
</ p >
96
96
{% endif %}
97
97
98
- < form class ="my-3 ">
98
+ < form class ="my-2 ">
99
99
{# TODO: aria stuff #}
100
100
101
101
< button type ="submit " class ="btn btn-outline-secondary btn-sm " style ="width: 4rem ">
You can’t perform that action at this time.
0 commit comments