Add AI lab action guardrails
This commit is contained in:
@@ -2719,6 +2719,40 @@ button.entity-card {
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
.lab-action-guardrail {
|
||||
display: flex;
|
||||
min-width: 0;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 0.6rem;
|
||||
border: 1px solid #d8e3de;
|
||||
border-radius: 8px;
|
||||
padding: 0.52rem 0.62rem;
|
||||
background: #ffffff;
|
||||
}
|
||||
|
||||
.lab-action-guardrail-ready {
|
||||
border-color: #b8dcc9;
|
||||
background: #f8fff9;
|
||||
}
|
||||
|
||||
.lab-action-guardrail span {
|
||||
flex: 0 0 auto;
|
||||
color: var(--muted);
|
||||
font-size: 0.72rem;
|
||||
font-weight: 700;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.lab-action-guardrail strong {
|
||||
min-width: 0;
|
||||
color: var(--text);
|
||||
font-size: 0.88rem;
|
||||
line-height: 1.28;
|
||||
text-align: right;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
.ai-lab-shell .model-list {
|
||||
grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
|
||||
gap: 0.55rem;
|
||||
|
||||
Reference in New Issue
Block a user