clean up notification pill wording, size, and placement (#168)
This commit is contained in:
@@ -36,8 +36,8 @@
|
||||
{{if .JustCreated}}
|
||||
<div class="float">
|
||||
<div class="created-banner">
|
||||
Paste created. Link copied to clipboard: <a href="/{{.ID}}">{{.Host}}/{{.ID}}</a>
|
||||
{{if .DeletionToken}} · deletion token: <code>{{.DeletionToken}}</code>{{end}}
|
||||
Paste Created. Link Copied.
|
||||
{{if .DeletionToken}} · deletion token: <code class="created-token">{{.DeletionToken}}</code>{{end}}
|
||||
</div>
|
||||
</div>
|
||||
{{end}}
|
||||
|
||||
Reference in New Issue
Block a user