highlight: remove symbol line, reduce height to 5rem

This commit is contained in:
Falkan
2026-03-17 10:49:45 -04:00
parent 7ca0fc4032
commit b05f421bcb
2 changed files with 1 additions and 8 deletions

View File

@@ -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);