diff options
author | François Schmidts <francois.schmidts@gmail.com> | 2015-07-03 15:00:33 +0200 |
---|---|---|
committer | François Schmidts <francois.schmidts@gmail.com> | 2015-07-03 15:02:56 +0200 |
commit | eba5fc68f61b93f5fc33301e95e0b841626a96c0 (patch) | |
tree | b621c1e4cbd1698bfcf52695e3cc8b547cfd5e9e /pyaggr3g470r/templates/home.html | |
parent | the icon feature (diff) | |
download | newspipe-eba5fc68f61b93f5fc33301e95e0b841626a96c0.tar.gz newspipe-eba5fc68f61b93f5fc33301e95e0b841626a96c0.tar.bz2 newspipe-eba5fc68f61b93f5fc33301e95e0b841626a96c0.zip |
fixing bug on reset link for feeds and hidding feed title for eXtraSmall device
Diffstat (limited to 'pyaggr3g470r/templates/home.html')
-rw-r--r-- | pyaggr3g470r/templates/home.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyaggr3g470r/templates/home.html b/pyaggr3g470r/templates/home.html index 5c961888..7e272b55 100644 --- a/pyaggr3g470r/templates/home.html +++ b/pyaggr3g470r/templates/home.html @@ -107,7 +107,7 @@ </td> <td><a class="open-article" href="/article/redirect/{{ article.id}}" target="_blank"> {% if article.source.icon %}<img src="{{ article.source.icon }}" width="16px" />{% endif %} - {{ article.source.title|safe }}</a></td> + <span class="hidden-xs">{{ article.source.title|safe }}</span></a></td> <td {%if filter_ == 'all' and article.readed == False %}style='font-weight:bold'{% endif %}> <a href="/article/{{ article.id }}">{{ article.title|safe }}</a> </td> |