[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 column sorting styles

Kasper (Jun 6, 2025, 2:41 AM +0200) 17447a6e 1fbbc46c

+15 -14
+2 -1
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 3 ## Next 4 - - Fix playing icon not showing 4 + - Fix playing indicator not showing 5 + - Fix column sorting indicator not showing 5 6 6 7 ## 0.19.4 - 2025 Jun 4 7 8 - Faster scroll performance
+13 -13
src/components/TrackList.svelte
··· 633 633 overflow: hidden 634 634 .row.table-header 635 635 position: relative 636 - .c 637 - overflow: visible 638 - * 639 - pointer-events: none 640 - .c.sort span 641 - font-weight: 500 642 - .c.sort span::after 643 - content: '▲' 644 - padding-left: 1px 645 - transform: scale(0.8, 0.5) 646 - display: inline-block 647 - &.desc .c.sort span::after 648 - content: '▼' 636 + .cell 637 + overflow: visible 638 + * 639 + pointer-events: none 640 + .cell.sort span 641 + font-weight: 500 642 + .cell.sort span::after 643 + content: '▲' 644 + padding-left: 1px 645 + scale: 0.8 0.5 646 + display: inline-block 647 + .desc .cell.sort span::after 648 + content: '▼' 649 649 $row-height: 24px 650 650 .row 651 651 width: 100%