[READ-ONLY] Mirror of https://github.com/probablykasper/ferrum. Music library app for Mac, Linux and Windows ferrum.kasper.space
electron linux macos music music-library music-player napi windows
0

Configure Feed

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

Fix outline glitch

Kasper (Oct 25, 2024, 11:21 AM +0200) 10c707f6 67675d83

+2 -1
+1
CHANGELOG.md
··· 2 2 3 3 ## Next 4 4 - Fix folder playlists not closing 5 + - Fix outline glitch 5 6 6 7 ## 0.19.0 - 2024 Oct 8 7 8 - Drop support for Windows 7 and 8
+1 -1
src/components/SidebarItems.svelte
··· 150 150 <a 151 151 href="/playlist/{child_list.id}" 152 152 tabindex="-1" 153 - class="item rounded-r-[5px]" 153 + class="item rounded-r-[5px] outline-none" 154 154 style:padding-left={14 * level + 'px'} 155 155 class:active={child_list.path === $url_pathname} 156 156 draggable="true"