Added extension navigation
This commit is contained in:
@ -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")
|
||||
|
@ -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%)
|
||||
|
Reference in New Issue
Block a user