fix(auth): refresh home listings after login and auto-focus login input

This commit is contained in:
2026-02-04 17:11:44 +01:00
parent 220599944c
commit 50513da570
3 changed files with 19 additions and 3 deletions

View File

@@ -299,14 +299,14 @@ style.textContent = /* css */`
position: absolute;
top: var(--space-sm);
left: var(--space-sm);
width: 28px;
height: 28px;
width: 36px;
height: 36px;
display: flex;
align-items: center;
justify-content: center;
background: var(--color-bg);
border: none;
border-radius: var(--radius-sm);
border-radius: var(--radius-full);
box-shadow: var(--shadow-sm);
z-index: 2;
color: var(--color-text-muted);