Skip to content

Commit a996cc8

Browse files
authored
Implement sidebar component (#340)
* Implement sidebar component Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]> * Fix menu position without header figure Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]> * Fix tabs display if only oneand css comments Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
1 parent 1433210 commit a996cc8

5 files changed

Lines changed: 547 additions & 25 deletions

File tree

src/components/AppNavigationSettings/AppNavigationSettings.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</button>
3232
</div>
3333
<transition name="slide-up">
34-
<div id="app-settings-content" v-show="open">
34+
<div v-show="open" id="app-settings-content">
3535
<slot />
3636
</div>
3737
</transition>

0 commit comments

Comments
 (0)