]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Removed padding on entry view
authorNicolas Lœuillet <nicolas@loeuillet.org>
Tue, 13 Jun 2017 14:52:14 +0000 (16:52 +0200)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Tue, 13 Jun 2017 14:52:14 +0000 (16:52 +0200)
app/Resources/static/themes/material/css/layout.scss

index 8b8b06e60a64beb30e8e05db31d5a23f21219242..ed32f12515ebd5679daf6fae4e940962d22647db 100755 (executable)
@@ -19,7 +19,7 @@ body {
 }
 
 nav,
-main,
+body:not(.entry) main,
 footer {
   padding-left: 240px;
 }