refactor(search): refactor search ui for overall style coherence

This commit is contained in:
shafin-r
2026-02-21 16:53:36 +06:00
parent 65dbe99647
commit f054c7179b
6 changed files with 570 additions and 848 deletions

View File

@ -360,6 +360,8 @@ const GLOBAL_STYLES = `
/* ── Retry Banner ── */
.t-retry-banner {
background: linear-gradient(90deg, ${COLORS.accent}, #ea580c);
position: fixed;
width: 100%;
color: white;
padding: 0.75rem 1rem;
font-weight: 700;