Skip to content

Commit

Permalink
Implement sidebar component (#340)
Browse files Browse the repository at this point in the history
* Implement sidebar component

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>

* Fix menu position without header figure

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>

* Fix tabs display if only oneand css comments

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv authored Apr 15, 2019
1 parent 1433210 commit a996cc8
Show file tree
Hide file tree
Showing 5 changed files with 547 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</button>
</div>
<transition name="slide-up">
<div id="app-settings-content" v-show="open">
<div v-show="open" id="app-settings-content">
<slot />
</div>
</transition>
Expand Down
Loading

0 comments on commit a996cc8

Please sign in to comment.