aboutsummaryrefslogtreecommitdiffhomepage
path: root/app
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2017-05-05 09:19:56 +0200
committerThomas Citharel <tcit@tcit.fr>2017-05-05 09:19:56 +0200
commit14f58edd803d0656f3471c1bf1a75ec5cc483da8 (patch)
treec97e8f56b7bf2548185fd79f7aa9804e699f37bb /app
parent2003ffa97e98d35130c93d158c453ce9b926b838 (diff)
downloadwallabag-14f58edd803d0656f3471c1bf1a75ec5cc483da8.tar.gz
wallabag-14f58edd803d0656f3471c1bf1a75ec5cc483da8.tar.zst
wallabag-14f58edd803d0656f3471c1bf1a75ec5cc483da8.zip
fixed margin on sidebar menu
Diffstat (limited to 'app')
-rw-r--r--app/Resources/static/themes/material/css/sidenav.scss2
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 {