From: Simounet Date: Wed, 6 Dec 2017 21:46:24 +0000 (+0100) Subject: Footer's stats displayed on mobile X-Git-Tag: 2.3.0~8^2 X-Git-Url: https://git.immae.eu/?p=github%2Fwallabag%2Fwallabag.git;a=commitdiff_plain;h=a6beec1bd2b0f988fc2b032b84160b84b499cc9b Footer's stats displayed on mobile --- 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 @@