1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-01 17:38:37 +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

@ -23,7 +23,7 @@
(<span title="{{ if eq .FeedCount 0 }}{{ t "page.categories.no_feed" }}{{ else }}{{ plural "page.categories.feed_count" .FeedCount .FeedCount }}{{ end }}">{{ .FeedCount }}</span>)
</div>
<div class="item-meta">
<ul>
<ul class="item-meta-info">
<li>
<a href="{{ route "categoryFeeds" "categoryID" .ID }}">{{ t "page.categories.feeds" }}</a>
</li>