Remove the prompt list metadata column entirely
Hop-State: A_06FN8BM84PHXY33ABQDQCY0 Hop-Proposal: R_06FN8BJEHYHDFYC31QP7CW8 Hop-Task: T_06FN8BC08V470W2FBMTSD58 Hop-Attempt: AT_06FN8BC08RX9M3G8CSHQ0M0
This commit is contained in:
@@ -86,7 +86,6 @@
|
||||
cursor: pointer;
|
||||
display: grid;
|
||||
gap: 0.75rem 1rem;
|
||||
grid-template-columns: minmax(0, 1fr) auto;
|
||||
list-style: none;
|
||||
padding: 1rem 0;
|
||||
}
|
||||
@@ -104,16 +103,6 @@
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.hop-prompt__meta {
|
||||
align-items: center;
|
||||
color: var(--color-text-light-2);
|
||||
display: flex;
|
||||
font-size: 0.82rem;
|
||||
flex-wrap: wrap;
|
||||
justify-content: flex-end;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.hop-prompt__body {
|
||||
border-top: 1px solid var(--color-secondary);
|
||||
display: grid;
|
||||
@@ -180,6 +169,4 @@
|
||||
@media (max-width: 700px) {
|
||||
.hop-prompts__header, .hop-prompt__body { align-items: start; grid-template-columns: 1fr; }
|
||||
.hop-prompts__header { flex-direction: column; }
|
||||
.hop-prompt summary { grid-template-columns: 1fr; }
|
||||
.hop-prompt__meta { text-align: left; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user