increase icon width a little bit in the nav panel

This commit is contained in:
taehoon 2019-12-02 11:45:55 -05:00
parent 7fa294f11c
commit a412b53801
2 changed files with 8 additions and 0 deletions

View file

@ -113,4 +113,8 @@
}
}
}
.nav-panel .button-icon:before {
width: 1.1em;
}
</style>

View file

@ -215,6 +215,10 @@
box-shadow: var(--panelShadow);
background-color: $fallback--bg;
background-color: var(--bg, $fallback--bg);
.button-icon:before {
width: 1.1em;
}
}
.side-drawer-logo-wrapper {