fix(auth): refresh home listings after login and auto-focus login input
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user