From: Nicolas LÅ“uillet Date: Fri, 26 Aug 2016 12:26:47 +0000 (+0200) Subject: Fix print / article views X-Git-Tag: 2.1.0~48^2~2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=52ef49709918809d6fbe40bc68e4ff090b84e6c8;p=github%2Fwallabag%2Fwallabag.git Fix print / article views --- diff --git a/app/Resources/static/themes/material/css/print.css b/app/Resources/static/themes/material/css/print.css index a16be71e..37228cff 100755 --- a/app/Resources/static/themes/material/css/print.css +++ b/app/Resources/static/themes/material/css/print.css @@ -26,10 +26,23 @@ div.tools, header div, .messages, - .entry + .results { + .entry + .results, + #slide-out, + .progress, .hide-on-large-only, + #article > aside, + #article .mbm a + { display: none !important; } + main { + padding-left: 0 !important; + } + + #article { + margin: inherit !important; + } + article { border: none !important; } diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig index eb5d88e3..9b587c34 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig @@ -206,17 +206,18 @@