diff options
author | Simounet <contact@simounet.net> | 2016-12-30 13:54:13 +0100 |
---|---|---|
committer | Simounet <contact@simounet.net> | 2016-12-30 13:54:13 +0100 |
commit | bb2934d47638c913579b18d66b72687bc508fdfa (patch) | |
tree | d5ce1457df1dcf5b0ef050eda812f30de304d59f /app/Resources/static | |
parent | 8e2419a5cf8b28281eef9b567e0e24b190cbe9dd (diff) | |
download | wallabag-bb2934d47638c913579b18d66b72687bc508fdfa.tar.gz wallabag-bb2934d47638c913579b18d66b72687bc508fdfa.tar.zst wallabag-bb2934d47638c913579b18d66b72687bc508fdfa.zip |
Fix action's icons position
Diffstat (limited to 'app/Resources/static')
-rwxr-xr-x | app/Resources/static/themes/material/css/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css index 50aa690c..f43e6042 100755 --- a/app/Resources/static/themes/material/css/main.css +++ b/app/Resources/static/themes/material/css/main.css | |||
@@ -304,7 +304,7 @@ nav { | |||
304 | .nav-panel-buttom { | 304 | .nav-panel-buttom { |
305 | display: flex; | 305 | display: flex; |
306 | flex-grow: 1; | 306 | flex-grow: 1; |
307 | justify-content: right; | 307 | justify-content: flex-end; |
308 | } | 308 | } |
309 | 309 | ||
310 | .nav-panel-buttom li { | 310 | .nav-panel-buttom li { |