]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Hide creation date in mobile view 2570/head
authorNicolas Lœuillet <nicolas@loeuillet.org>
Mon, 14 Nov 2016 13:28:42 +0000 (14:28 +0100)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Mon, 14 Nov 2016 13:28:42 +0000 (14:28 +0100)
src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/_card_actions.html.twig

index 4a93fd8eaef77d3c24355f186f913ce6e6803bed..56442116579c2bff1fe7c976e98a4cacd6003aa0 100644 (file)
@@ -3,8 +3,8 @@
         <i class="material-icons" title="{{ 'entry.list.reading_time'|trans }}">timer</i>
         {{ entry.readingTime / app.user.config.readingSpeed|round }} min&nbsp;
 
-        <i class="material-icons" title="{{ 'entry.view.created_at'|trans }}">today</i>
-        &nbsp;{{ entry.createdAt|date('Y-m-d') }}
+        <i class="material-icons hide-on-med-and-down" title="{{ 'entry.view.created_at'|trans }}">today</i>
+        <span class="hide-on-med-and-down">&nbsp;{{ entry.createdAt|date('Y-m-d') }}</span>
     </span>
 
     <ul class="tools right">