update: music info & desktop screenshot size
This commit is contained in:
parent
2977478b0c
commit
117b5cb99a
Binary file not shown.
Before Width: | Height: | Size: 134 KiB After Width: | Height: | Size: 175 KiB |
@ -94,13 +94,11 @@ input {
|
|||||||
.image-grid {
|
.image-grid {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
gap: 5px;
|
gap: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.image-grid>* {
|
.image-grid>* {
|
||||||
max-width: 50%;
|
max-width: 100%;
|
||||||
max-height: 50%;
|
max-height: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
31
js/data.js
31
js/data.js
@ -16,21 +16,12 @@ const MUSIC_METADATA = [
|
|||||||
'Metallica'
|
'Metallica'
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
name: 'gothic metal',
|
|
||||||
aliases: ['gm', 'goth', 'gothic'],
|
|
||||||
artists: [
|
|
||||||
'Draconian',
|
|
||||||
'Beseech',
|
|
||||||
'To/Die/For',
|
|
||||||
'For My Pain...',
|
|
||||||
'Entwine'
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: 'depressive suicidal black metal',
|
name: 'depressive suicidal black metal',
|
||||||
aliases: ['dsbm'],
|
aliases: ['dsbm'],
|
||||||
artists: [
|
artists: [
|
||||||
|
'Totalselfhatred',
|
||||||
|
'Lifelover',
|
||||||
'минута агонии',
|
'минута агонии',
|
||||||
'Decalius'
|
'Decalius'
|
||||||
]
|
]
|
||||||
@ -45,22 +36,8 @@ const MUSIC_METADATA = [
|
|||||||
'Watain',
|
'Watain',
|
||||||
'Bathory',
|
'Bathory',
|
||||||
'Carpathian Forest',
|
'Carpathian Forest',
|
||||||
'Darkthrone'
|
'Darkthrone',
|
||||||
]
|
'Rotting Christ'
|
||||||
},
|
|
||||||
{
|
|
||||||
name: 'nu metal',
|
|
||||||
aliases: ['nm', 'nu'],
|
|
||||||
artists: [
|
|
||||||
'Slipknot',
|
|
||||||
'Evanescence'
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: 'other genres',
|
|
||||||
aliases: [],
|
|
||||||
artists: [
|
|
||||||
'Rammstein'
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
Loading…
Reference in New Issue
Block a user