Minor change
This commit is contained in:
parent
8a57178664
commit
1e63498fa3
@ -1,7 +1,12 @@
|
||||
component Editor(url string, user *arn.User)
|
||||
EditorTabs(url)
|
||||
h1.page-title Editor Panel
|
||||
p.text-center.mountable= "Welcome to the Editor Panel, " + user.Nick + "!"
|
||||
h1.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)
|
||||
.tabs
|
||||
|
@ -2,4 +2,7 @@
|
||||
margin-bottom 0
|
||||
|
||||
.editor-list-entry-count
|
||||
margin-top 0
|
||||
margin-top 0
|
||||
|
||||
.editor-score
|
||||
line-height 1em
|
Loading…
Reference in New Issue
Block a user