highlight: remove symbol line, reduce height to 5rem
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
/* ── Highlighted result (above grid) ──────────────────────────────────────── */
|
||||
.highlighted-result {
|
||||
/* Fixed height that never changes whether populated or empty */
|
||||
height: 10rem;
|
||||
height: 5rem;
|
||||
margin-bottom: 1.5rem;
|
||||
border-radius: var(--pico-border-radius, 0.25rem);
|
||||
background-color: var(--pico-card-background-color);
|
||||
@@ -147,12 +147,6 @@
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.highlighted-symbol {
|
||||
font-size: clamp(0.75rem, 1.5vw, 0.9rem);
|
||||
color: var(--pico-muted-color, #888880);
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.highlighted-placeholder {
|
||||
font-size: 0.9rem;
|
||||
color: var(--pico-muted-color, #888880);
|
||||
|
||||
Reference in New Issue
Block a user