From a6beec1bd2b0f988fc2b032b84160b84b499cc9b Mon Sep 17 00:00:00 2001 From: Simounet Date: Wed, 6 Dec 2017 22:46:24 +0100 Subject: [PATCH] Footer's stats displayed on mobile --- app/Resources/static/themes/material/css/entries.scss | 9 ++------- .../Resources/views/themes/material/layout.html.twig | 6 +++--- web/wallassets/material.css | 2 +- 3 files changed, 6 insertions(+), 11 deletions(-) diff --git a/app/Resources/static/themes/material/css/entries.scss b/app/Resources/static/themes/material/css/entries.scss index cdb125d5..5c55caa8 100644 --- a/app/Resources/static/themes/material/css/entries.scss +++ b/app/Resources/static/themes/material/css/entries.scss @@ -64,13 +64,8 @@ } } -.page-footer .footer-copyright { - p { - text-overflow: ellipsis; - white-space: nowrap; - overflow: hidden; - display: block; - } +.footer-text { + margin: 0.7rem 0.5rem; } .hidden { diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig index 2a14e5b0..cb6fd58a 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig @@ -140,13 +140,13 @@