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
|
//js/app.js
|
||||||
import { LosslessAPI } from './api.js';
|
import { LosslessAPI } from './api.js';
|
||||||
import {
|
import { apiSettings, themeManager, nowPlayingSettings, downloadQualitySettings } from './storage.js';
|
||||||
apiSettings,
|
|
||||||
themeManager,
|
|
||||||
nowPlayingSettings,
|
|
||||||
downloadQualitySettings,
|
|
||||||
} from './storage.js';
|
|
||||||
import { UIRenderer } from './ui.js';
|
import { UIRenderer } from './ui.js';
|
||||||
import { Player } from './player.js';
|
import { Player } from './player.js';
|
||||||
import { LastFMScrobbler } from './lastfm.js';
|
import { LastFMScrobbler } from './lastfm.js';
|
||||||
|
|
|
||||||
|
|
@ -334,8 +334,6 @@ export function initializeSettings(scrobbler, player, api, ui) {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Compact Artist Toggle
|
// Compact Artist Toggle
|
||||||
const compactArtistToggle = document.getElementById('compact-artist-toggle');
|
const compactArtistToggle = document.getElementById('compact-artist-toggle');
|
||||||
if (compactArtistToggle) {
|
if (compactArtistToggle) {
|
||||||
|
|
|
||||||
|
|
@ -461,8 +461,6 @@ export const backgroundSettings = {
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
export const cardSettings = {
|
export const cardSettings = {
|
||||||
COMPACT_ARTIST_KEY: 'card-compact-artist',
|
COMPACT_ARTIST_KEY: 'card-compact-artist',
|
||||||
COMPACT_ALBUM_KEY: 'card-compact-album',
|
COMPACT_ALBUM_KEY: 'card-compact-album',
|
||||||
|
|
|
||||||
|
|
@ -1283,8 +1283,6 @@ input[type='search']::-webkit-search-cancel-button {
|
||||||
grid-template-columns: 40px 1fr 80px 90px;
|
grid-template-columns: 40px 1fr 80px 90px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.detail-header {
|
.detail-header {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue