style: auto-fix linting issues
This commit is contained in:
parent
c3041a81fd
commit
95e8509b65
4 changed files with 1 additions and 12 deletions
|
|
@ -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';
|
||||
|
|
|
|||
|
|
@ -334,8 +334,6 @@ export function initializeSettings(scrobbler, player, api, ui) {
|
|||
});
|
||||
}
|
||||
|
||||
|
||||
|
||||
// Compact Artist Toggle
|
||||
const compactArtistToggle = document.getElementById('compact-artist-toggle');
|
||||
if (compactArtistToggle) {
|
||||
|
|
|
|||
|
|
@ -461,8 +461,6 @@ export const backgroundSettings = {
|
|||
},
|
||||
};
|
||||
|
||||
|
||||
|
||||
export const cardSettings = {
|
||||
COMPACT_ARTIST_KEY: 'card-compact-artist',
|
||||
COMPACT_ALBUM_KEY: 'card-compact-album',
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue