diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2017-10-16 09:02:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-16 09:02:47 +0200 |
commit | 7f5d03a98d59afa171ccc003a48715f13fa3b116 (patch) | |
tree | 5ef7704ef5fa6f227b62bb4497a0931643a915e8 /app/Resources/static/themes | |
parent | 393020100350140e421d991a3fc7d12eaf69a8b7 (diff) | |
parent | 3f29386cb797a8cc9b4eff8dc9b0a75f201366a5 (diff) | |
download | wallabag-7f5d03a98d59afa171ccc003a48715f13fa3b116.tar.gz wallabag-7f5d03a98d59afa171ccc003a48715f13fa3b116.tar.zst wallabag-7f5d03a98d59afa171ccc003a48715f13fa3b116.zip |
Merge pull request #3383 from Kdecherf/fix-webpack-and-login
Fix webpack and login screen
Diffstat (limited to 'app/Resources/static/themes')
-rw-r--r-- | app/Resources/static/themes/_global/share.js | 3 | ||||
-rw-r--r-- | app/Resources/static/themes/material/css/media_queries.scss | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/app/Resources/static/themes/_global/share.js b/app/Resources/static/themes/_global/share.js index d7078616..15206b37 100644 --- a/app/Resources/static/themes/_global/share.js +++ b/app/Resources/static/themes/_global/share.js | |||
@@ -1 +1,4 @@ | |||
1 | import './share.scss'; | 1 | import './share.scss'; |
2 | |||
3 | function requireAll(r) { r.keys().forEach(r); } | ||
4 | requireAll(require.context('./img/', true, /\.(jpg|png|gif|svg|ico)$/)); | ||
diff --git a/app/Resources/static/themes/material/css/media_queries.scss b/app/Resources/static/themes/material/css/media_queries.scss index 08c2d8ab..36d79a45 100644 --- a/app/Resources/static/themes/material/css/media_queries.scss +++ b/app/Resources/static/themes/material/css/media_queries.scss | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | @media only screen and (min-width: 992px) { | 5 | @media only screen and (min-width: 992px) { |
6 | nav, | 6 | nav, |
7 | body:not(.entry) main, | 7 | body:not(.entry):not(.login) main, |
8 | footer { | 8 | footer { |
9 | padding-left: 240px; | 9 | padding-left: 240px; |
10 | } | 10 | } |