nodebb-theme-harmony 1.1.57 → 1.1.59
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/scss/common.scss
CHANGED
package/scss/sidebar.scss
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<nav component="sidebar/left" class="{{{ if config.theme.openSidebars}}}open{{{ end }}} text-dark bg-light sidebar sidebar-left start-0 border-end vh-100 d-none d-lg-flex flex-column justify-content-between sticky-top">
|
|
2
|
-
<ul id="main-nav" class="list-unstyled d-flex flex-column w-100 gap-2 mt-2">
|
|
2
|
+
<ul id="main-nav" class="list-unstyled d-flex flex-column w-100 gap-2 mt-2 overflow-y-auto">
|
|
3
3
|
{{{ each navigation }}}
|
|
4
4
|
{{{ if displayMenuItem(@root, @index) }}}
|
|
5
5
|
<li class="nav-item mx-2 {./class}{{{ if ./dropdown }}} dropend{{{ end }}}" title="{./title}">
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
{{{ end }}}
|
|
28
28
|
{{{ end }}}
|
|
29
29
|
</ul>
|
|
30
|
-
<div class="
|
|
30
|
+
<div class="sidebar-toggle-container align-self-start">
|
|
31
31
|
{{{ if !config.disableCustomUserSkins }}}
|
|
32
32
|
<!-- IMPORT partials/skin-switcher.tpl -->
|
|
33
33
|
{{{ end }}}
|