diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2017-06-13 16:52:14 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2017-06-13 16:52:14 +0200 |
commit | dfd821dcfb2ad0eb59dcddbd5130e09fd26bc781 (patch) | |
tree | 98f8fa1724158d41f08a184f6e33a3f72f4b5e2b | |
parent | 4dc9fb705f06dc16c62f9546611722ca47c3b13b (diff) | |
download | wallabag-dfd821dcfb2ad0eb59dcddbd5130e09fd26bc781.tar.gz wallabag-dfd821dcfb2ad0eb59dcddbd5130e09fd26bc781.tar.zst wallabag-dfd821dcfb2ad0eb59dcddbd5130e09fd26bc781.zip |
Removed padding on entry view
-rwxr-xr-x | app/Resources/static/themes/material/css/layout.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Resources/static/themes/material/css/layout.scss b/app/Resources/static/themes/material/css/layout.scss index 8b8b06e6..ed32f125 100755 --- a/app/Resources/static/themes/material/css/layout.scss +++ b/app/Resources/static/themes/material/css/layout.scss | |||
@@ -19,7 +19,7 @@ body { | |||
19 | } | 19 | } |
20 | 20 | ||
21 | nav, | 21 | nav, |
22 | main, | 22 | body:not(.entry) main, |
23 | footer { | 23 | footer { |
24 | padding-left: 240px; | 24 | padding-left: 240px; |
25 | } | 25 | } |