Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 9aa5cb8

Browse files
authored
Svelte: Make the byline in the fuzzy finder items bigger (#63398)
Tiny change to increase font-size of byline on the items in the fuzzy finder. ## Before <img width="1304" alt="CleanShot 2024-06-20 at 18 19 30@2x" src="https://github.com/sourcegraph/sourcegraph/assets/5337876/8af80041-d64a-4cae-b717-a807b37081e6"> ## After <img width="1337" alt="CleanShot 2024-06-20 at 18 20 53@2x" src="https://github.com/sourcegraph/sourcegraph/assets/5337876/53725e1e-2ebd-4b2c-be4d-ca9fa7fb00cb"> ## Test plan Manually tested locally.
1 parent 5685bb0 commit 9aa5cb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/web-sveltekit/src/lib/fuzzyfinder/FuzzyFinder.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@
373373
.info {
374374
grid-area: info;
375375
color: var(--text-muted);
376-
font-size: var(--font-size-extra-small);
376+
font-size: var(--font-size-small);
377377
378378
&.mono {
379379
font-family: var(--code-font-family);

0 commit comments

Comments
 (0)