Bump Assistent to 0.5: denser Krea packs, slash commands, and chips.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -691,6 +691,53 @@
|
||||
line-height: 1.35;
|
||||
}
|
||||
|
||||
.sa-chips {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 0.35rem;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.sa-chip {
|
||||
appearance: none;
|
||||
border: 1px solid color-mix(in srgb, currentColor 28%, transparent);
|
||||
background: color-mix(in srgb, currentColor 6%, transparent);
|
||||
color: inherit;
|
||||
border-radius: 999px;
|
||||
padding: 0.18rem 0.55rem;
|
||||
font-size: 0.78rem;
|
||||
font-weight: 600;
|
||||
letter-spacing: 0.02em;
|
||||
cursor: pointer;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
.sa-chip:hover {
|
||||
background: color-mix(in srgb, currentColor 12%, transparent);
|
||||
}
|
||||
|
||||
.sa-chip.sa-chip-active {
|
||||
border-color: color-mix(in srgb, #6cf 55%, currentColor);
|
||||
background: color-mix(in srgb, #6cf 22%, transparent);
|
||||
}
|
||||
|
||||
.sa-chip-sep {
|
||||
width: 1px;
|
||||
height: 1.1rem;
|
||||
background: color-mix(in srgb, currentColor 28%, transparent);
|
||||
margin: 0 0.15rem;
|
||||
}
|
||||
|
||||
.sa-pack-flash {
|
||||
animation: sa-flash 0.85s ease;
|
||||
}
|
||||
|
||||
.sa-system-note {
|
||||
white-space: pre-wrap;
|
||||
opacity: 0.92;
|
||||
font-size: 0.92rem;
|
||||
}
|
||||
|
||||
.sa-composer-actions {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
||||
Reference in New Issue
Block a user