1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-09-15 18:57:04 +00:00

Add some CSS tweaks for mobile devices

This commit is contained in:
Frédéric Guillot 2020-03-22 16:33:35 -07:00
parent 3c3241f93c
commit 84229f1af9
7 changed files with 26 additions and 30 deletions

View file

@ -1,6 +1,6 @@
{{ define "item_meta" }}
<div class="item-meta">
<ul>
<ul class="item-meta-info">
<li>
<a href="{{ route "feedEntries" "feedID" .entry.Feed.ID }}" title="{{ .entry.Feed.SiteURL }}">{{ truncate .entry.Feed.Title 35 }}</a>
</li>