Replace counter-arguments with possible answers and unify search inputs.
Models, AI assistant, and UI now show diskussionsfertige Antworten without titles; shared search partial fixes aria-label rendering. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -252,6 +252,42 @@ a:hover .claim-card {
|
||||
border-radius: 10px 0 0 10px;
|
||||
}
|
||||
|
||||
.fk-search .input-group-text,
|
||||
.fk-search .fk-search-input,
|
||||
.fk-search-filter {
|
||||
min-height: 2.625rem;
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
.fk-search .input-group-text,
|
||||
.fk-search .fk-search-input {
|
||||
padding-top: 0.5rem;
|
||||
padding-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
.fk-search .fk-search-input {
|
||||
border-radius: 0 10px 10px 0;
|
||||
}
|
||||
|
||||
.fk-search:focus-within .input-group-text,
|
||||
.fk-search:focus-within .fk-search-input {
|
||||
border-color: var(--fk-accent);
|
||||
}
|
||||
|
||||
.fk-search:focus-within {
|
||||
box-shadow: 0 0 0 3px color-mix(in srgb, var(--fk-accent) 18%, transparent);
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.fk-search-filter {
|
||||
padding-top: 0.5rem;
|
||||
padding-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
.fk-search-form .col-sm-auto {
|
||||
min-width: 11rem;
|
||||
}
|
||||
|
||||
.btn-primary {
|
||||
background-color: var(--fk-accent);
|
||||
border-color: var(--fk-accent);
|
||||
|
||||
Reference in New Issue
Block a user