Fix #170: remove stray bar at bottom of /new page #177

Merged
fen merged 1 commits from fix-170 into dev 2026-09-10 16:18:42 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit d7fb87f19b - Show all commits
+1 -1
View File
@@ -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; }
+1 -1
View File
@@ -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>