Skip to content

Commit 585c0d6

Browse files
committed
fix
1 parent 7dc26d4 commit 585c0d6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/App.svelte

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -538,8 +538,7 @@ We also need to update [${RESOURCE_BACKUP_NAME}](https://github.com/${REPO_FULL_
538538
.search-icon {
539539
position: absolute;
540540
left: 1rem;
541-
top: 50%;
542-
transform: translateY(-50%);
541+
top: 14px;
543542
color: var(--muted-color);
544543
pointer-events: none;
545544
z-index: 1;

0 commit comments

Comments
 (0)