New dashboard layout
This commit is contained in:
@ -51,7 +51,7 @@ component Settings(user *arn.User)
|
||||
|
||||
.widget.mountable
|
||||
h3.widget-title
|
||||
Icon("refresh")
|
||||
Icon("download")
|
||||
span Import
|
||||
|
||||
ImportLists(user)
|
||||
@ -61,7 +61,8 @@ component Settings(user *arn.User)
|
||||
Icon("puzzle-piece")
|
||||
span Extensions
|
||||
|
||||
.buttons
|
||||
.widget-input
|
||||
label Chrome Extension:
|
||||
button.action(data-action="installExtension", data-trigger="click")
|
||||
Icon("chrome")
|
||||
span Get the Chrome Extension
|
||||
|
@ -1,2 +1,4 @@
|
||||
.social-account-button
|
||||
margin-bottom 1rem
|
||||
.widget-input
|
||||
button,
|
||||
.button
|
||||
margin-bottom 1rem
|
Reference in New Issue
Block a user