feat: decline pending action

This commit is contained in:
2026-05-05 20:14:06 -04:00
parent 761eda6155
commit 36c91ce500
5 changed files with 69 additions and 1 deletions
+12
View File
@@ -447,11 +447,23 @@ pre {
font-size: 12px;
}
.pending-controls {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 8px;
}
.pending-card button {
width: 100%;
padding: 10px;
}
.decline-button {
border: 1px solid var(--border);
background: transparent;
color: var(--muted);
}
@media (max-width: 860px) {
.shell {
grid-template-columns: 1fr;