Added extension navigation

This commit is contained in:
2017-12-03 19:34:09 +01:00
parent 45ace1ec60
commit f02db2b9b8
6 changed files with 25 additions and 2 deletions

View File

@ -41,6 +41,7 @@ component Layout(app *aero.Application, ctx *aero.Context, user *arn.User, openG
Content(content)
LoadingAnimation
StatusMessage
ExtensionNavigation
if user != nil
#user(data-id=user.ID, data-theme=user.Settings().Theme)
script(src="/scripts")

View File

@ -7,6 +7,7 @@ sidebar-spacing-y = 0.7rem
top 0
z-index 10
width 70vw
max-width 300px
height 100%
background sidebar-opaque-background
transform translateX(-100%)