changed am section on sidebar to v-show allowing css manipulation

This commit is contained in:
booploops 2022-07-12 18:07:59 -07:00
parent c219758207
commit aa89baa722
2 changed files with 3 additions and 3 deletions

View file

@ -1226,7 +1226,7 @@ const app = new Vue({
} else if (this.cfg.visual.directives[directive]) {
return this.cfg.visual.directives[directive]
} else {
return ""
return false
}
},
unauthorize() {

View file

@ -38,7 +38,7 @@
</template>
<div class="app-sidebar-content" scrollaxis="y">
<!-- AM Navigation -->
<template v-if="$root.getThemeDirective('windowLayout') != 'twopanel'">
<div v-show="$root.getThemeDirective('windowLayout') != 'twopanel'">
<div
class="app-sidebar-header-text"
@click="$root.cfg.general.sidebarCollapsed.cider = !$root.cfg.general.sidebarCollapsed.cider"
@ -84,7 +84,7 @@
page="radio"
></sidebar-library-item>
</template>
</template>
</div>
<div
class="app-sidebar-header-text"