Minor change
This commit is contained in:
parent
8a57178664
commit
1e63498fa3
@ -1,7 +1,12 @@
|
|||||||
component Editor(url string, user *arn.User)
|
component Editor(url string, user *arn.User)
|
||||||
EditorTabs(url)
|
EditorTabs(url)
|
||||||
h1.page-title Editor Panel
|
h1.mountable= "Welcome to the Editor Panel, " + user.Nick + "!"
|
||||||
p.text-center.mountable= "Welcome to the Editor Panel, " + user.Nick + "!"
|
|
||||||
|
.feature-cards
|
||||||
|
.feature-card.mountable
|
||||||
|
.feature-card-icon.editor-score 0
|
||||||
|
|
||||||
|
p.feature-card-text Your contribution score (wip).
|
||||||
|
|
||||||
component EditorTabs(url string)
|
component EditorTabs(url string)
|
||||||
.tabs
|
.tabs
|
||||||
|
@ -3,3 +3,6 @@
|
|||||||
|
|
||||||
.editor-list-entry-count
|
.editor-list-entry-count
|
||||||
margin-top 0
|
margin-top 0
|
||||||
|
|
||||||
|
.editor-score
|
||||||
|
line-height 1em
|
Loading…
Reference in New Issue
Block a user