diff --git a/js/app.js b/js/app.js index d605a59..a376028 100644 --- a/js/app.js +++ b/js/app.js @@ -1,11 +1,6 @@ //js/app.js import { LosslessAPI } from './api.js'; -import { - apiSettings, - themeManager, - nowPlayingSettings, - downloadQualitySettings, -} from './storage.js'; +import { apiSettings, themeManager, nowPlayingSettings, downloadQualitySettings } from './storage.js'; import { UIRenderer } from './ui.js'; import { Player } from './player.js'; import { LastFMScrobbler } from './lastfm.js'; diff --git a/js/settings.js b/js/settings.js index 9fd27e6..5728587 100644 --- a/js/settings.js +++ b/js/settings.js @@ -334,8 +334,6 @@ export function initializeSettings(scrobbler, player, api, ui) { }); } - - // Compact Artist Toggle const compactArtistToggle = document.getElementById('compact-artist-toggle'); if (compactArtistToggle) { diff --git a/js/storage.js b/js/storage.js index c31ab7f..a6e6764 100644 --- a/js/storage.js +++ b/js/storage.js @@ -461,8 +461,6 @@ export const backgroundSettings = { }, }; - - export const cardSettings = { COMPACT_ARTIST_KEY: 'card-compact-artist', COMPACT_ALBUM_KEY: 'card-compact-album', diff --git a/styles.css b/styles.css index ae0d08a..ab57028 100644 --- a/styles.css +++ b/styles.css @@ -1283,8 +1283,6 @@ input[type='search']::-webkit-search-cancel-button { grid-template-columns: 40px 1fr 80px 90px; } - - .detail-header { display: flex; align-items: flex-start;