diff options
author | Thomas Citharel <tcit@tcit.fr> | 2017-05-05 09:19:56 +0200 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2017-05-05 09:19:56 +0200 |
commit | 14f58edd803d0656f3471c1bf1a75ec5cc483da8 (patch) | |
tree | c97e8f56b7bf2548185fd79f7aa9804e699f37bb /app/Resources/static/themes | |
parent | 2003ffa97e98d35130c93d158c453ce9b926b838 (diff) | |
download | wallabag-14f58edd803d0656f3471c1bf1a75ec5cc483da8.tar.gz wallabag-14f58edd803d0656f3471c1bf1a75ec5cc483da8.tar.zst wallabag-14f58edd803d0656f3471c1bf1a75ec5cc483da8.zip |
fixed margin on sidebar menu
Diffstat (limited to 'app/Resources/static/themes')
-rw-r--r-- | app/Resources/static/themes/material/css/sidenav.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Resources/static/themes/material/css/sidenav.scss b/app/Resources/static/themes/material/css/sidenav.scss index 86e4a095..2d49a935 100644 --- a/app/Resources/static/themes/material/css/sidenav.scss +++ b/app/Resources/static/themes/material/css/sidenav.scss | |||
@@ -10,7 +10,7 @@ | |||
10 | } | 10 | } |
11 | 11 | ||
12 | a { | 12 | a { |
13 | margin: 0 auto; | 13 | margin: 0; |
14 | } | 14 | } |
15 | 15 | ||
16 | &.fixed a { | 16 | &.fixed a { |