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 {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 5px;
|
||||
}
|
||||
|
||||
.image-grid>* {
|
||||
max-width: 50%;
|
||||
max-width: 100%;
|
||||
max-height: 50%;
|
||||
}
|
||||
|
||||
|
31
js/data.js
31
js/data.js
@ -16,21 +16,12 @@ const MUSIC_METADATA = [
|
||||
'Metallica'
|
||||
]
|
||||
},
|
||||
{
|
||||
name: 'gothic metal',
|
||||
aliases: ['gm', 'goth', 'gothic'],
|
||||
artists: [
|
||||
'Draconian',
|
||||
'Beseech',
|
||||
'To/Die/For',
|
||||
'For My Pain...',
|
||||
'Entwine'
|
||||
]
|
||||
},
|
||||
{
|
||||
name: 'depressive suicidal black metal',
|
||||
aliases: ['dsbm'],
|
||||
artists: [
|
||||
'Totalselfhatred',
|
||||
'Lifelover',
|
||||
'минута агонии',
|
||||
'Decalius'
|
||||
]
|
||||
@ -45,22 +36,8 @@ const MUSIC_METADATA = [
|
||||
'Watain',
|
||||
'Bathory',
|
||||
'Carpathian Forest',
|
||||
'Darkthrone'
|
||||
]
|
||||
},
|
||||
{
|
||||
name: 'nu metal',
|
||||
aliases: ['nm', 'nu'],
|
||||
artists: [
|
||||
'Slipknot',
|
||||
'Evanescence'
|
||||
]
|
||||
},
|
||||
{
|
||||
name: 'other genres',
|
||||
aliases: [],
|
||||
artists: [
|
||||
'Rammstein'
|
||||
'Darkthrone',
|
||||
'Rotting Christ'
|
||||
]
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user