Release v0.4.0: dev -> main #251

Merged
fen merged 138 commits from dev into main 2026-09-17 15:35:21 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit bead90699d - Show all commits
+1 -1
View File
@@ -799,4 +799,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>