Fix #170: remove stray bar at bottom of /new page #177
@@ -786,4 +786,4 @@ button[type="submit"]:focus-visible,
|
||||
.mt18 { margin-top: 18px; }
|
||||
.toggle-inline { display: inline-flex; }
|
||||
.wrap-normal { word-break: normal; overflow-wrap: break-word; }
|
||||
.created-banner { display: block; }
|
||||
.created-banner.show { display: block; }
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
</div>
|
||||
{{if .JustCreated}}
|
||||
<div class="float">
|
||||
<div class="created-banner">
|
||||
<div class="created-banner show">
|
||||
Paste created. Link copied to clipboard: <a href="/{{.ID}}">{{.Host}}/{{.ID}}</a>
|
||||
{{if .DeletionToken}} · deletion token: <code>{{.DeletionToken}}</code>{{end}}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user