Quick fix for regression introduced in #67

This commit is contained in:
mrliptontea
2017-09-05 22:49:03 +01:00
parent 564d0bf3ba
commit 442596d0d0
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@
li {
list-style-type: none;
> a {
> a:not(.icon-only) {
padding-left: $sidebar-padding-horizontal + 5px + 20px;
background-repeat: no-repeat;
background-position: $sidebar-padding-horizontal center;

File diff suppressed because one or more lines are too long