aboutsummaryrefslogtreecommitdiffhomepage
path: root/app
diff options
context:
space:
mode:
authorKevin Decherf <kevin@kdecherf.com>2019-03-09 00:27:50 +0100
committerKevin Decherf <kevin@kdecherf.com>2019-03-09 00:27:50 +0100
commitcf0010cf4adbefb8fc73d55474a1446a3a2f2f36 (patch)
tree8c9d236c792a56cd43bde17e3a74cd6b5de0f50e /app
parent13d2fe6d2e9aabfab7d5104986c2b44e60a0d99d (diff)
downloadwallabag-cf0010cf4adbefb8fc73d55474a1446a3a2f2f36.tar.gz
wallabag-cf0010cf4adbefb8fc73d55474a1446a3a2f2f36.tar.zst
wallabag-cf0010cf4adbefb8fc73d55474a1446a3a2f2f36.zip
material: fix left padding on non-entry pages introduced by #3893
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Diffstat (limited to 'app')
-rw-r--r--app/Resources/static/themes/material/css/media_queries.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Resources/static/themes/material/css/media_queries.scss b/app/Resources/static/themes/material/css/media_queries.scss
index 32d8c484..491eedce 100644
--- a/app/Resources/static/themes/material/css/media_queries.scss
+++ b/app/Resources/static/themes/material/css/media_queries.scss
@@ -19,7 +19,7 @@
19} 19}
20 20
21@media screen and (min-width: 993px) { 21@media screen and (min-width: 993px) {
22 main #content { 22 body.entry main #content {
23 padding-left: 70px; 23 padding-left: 70px;
24 } 24 }
25} 25}