diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2017-06-13 17:54:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-13 17:54:06 +0200 |
commit | f93a3109a5f0999dbbd69131c9e5041c390120c9 (patch) | |
tree | b8783f44df854428bb0327b8130232e9bf76f160 /app | |
parent | 4dc9fb705f06dc16c62f9546611722ca47c3b13b (diff) | |
parent | 6cc1d32454c0dae25329596a513d42500fd89767 (diff) | |
download | wallabag-f93a3109a5f0999dbbd69131c9e5041c390120c9.tar.gz wallabag-f93a3109a5f0999dbbd69131c9e5041c390120c9.tar.zst wallabag-f93a3109a5f0999dbbd69131c9e5041c390120c9.zip |
Merge pull request #3220 from wallabag/remove-padding
Removed padding on entry view
Diffstat (limited to 'app')
-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 | } |