appview-less bluesky client
24
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix feed selector icon size

dawn 5ec6fc4a 8217eb11

+1 -1
+1 -1
src/components/FeedSelector.svelte
··· 49 49 onclick={() => (isOpen = !isOpen)} 50 50 class="flex action-button items-center gap-1.5 text-sm hover:scale-102!" 51 51 > 52 - <Icon icon="heroicons:list-bullet" width="16" /> 52 + <Icon icon="heroicons:list-bullet" width="20" /> 53 53 <span>{selectedName}</span> 54 54 <span class="opacity-50">▾</span> 55 55 </button>