diff options
author | Simounet <contact@simounet.net> | 2017-12-08 21:10:36 +0100 |
---|---|---|
committer | Simounet <contact@simounet.net> | 2017-12-08 21:10:36 +0100 |
commit | f072829ce38e6daac46c84cce58af5f67087a30f (patch) | |
tree | 1f07466586f2bc58179c929629f697c8082f8097 /app/Resources | |
parent | da2a5fe222b8900899b7d879e4de5ecacfd86b86 (diff) | |
download | wallabag-f072829ce38e6daac46c84cce58af5f67087a30f.tar.gz wallabag-f072829ce38e6daac46c84cce58af5f67087a30f.tar.zst wallabag-f072829ce38e6daac46c84cce58af5f67087a30f.zip |
More space for navbar actions on mobile
Diffstat (limited to 'app/Resources')
-rw-r--r-- | app/Resources/static/themes/material/css/media_queries.scss | 2 |
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 48f3aefc..69e3d47d 100644 --- a/app/Resources/static/themes/material/css/media_queries.scss +++ b/app/Resources/static/themes/material/css/media_queries.scss | |||
@@ -27,7 +27,7 @@ | |||
27 | } | 27 | } |
28 | 28 | ||
29 | .nav-panel-buttom { | 29 | .nav-panel-buttom { |
30 | justify-content: space-around; | 30 | justify-content: space-between; |
31 | } | 31 | } |
32 | 32 | ||
33 | #article { | 33 | #article { |