Fixed ratelimiting and added docker support

This commit is contained in:
callum5892
2026-03-15 14:56:55 +00:00
parent b1b9d5772e
commit c797a7cba1
10 changed files with 233 additions and 13 deletions

View File

@@ -308,6 +308,27 @@ textarea#content::placeholder { color: var(--text-muted); }
color: var(--text-muted);
}
.meta-url-btn {
max-width: 360px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: var(--accent);
font-family: var(--mono);
}
.meta-url-btn:hover {
color: var(--text);
}
.paste-url-status {
font-size: 0.78rem;
color: var(--accent);
min-width: 3.8rem;
text-align: center;
}
#paste-content {
background: var(--surface);
border: 1px solid var(--border);