Fixed ratelimiting and added docker support
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user