update: music info & desktop screenshot size

This commit is contained in:
Franek 2024-05-24 09:50:19 +02:00
parent 2977478b0c
commit 117b5cb99a
3 changed files with 5 additions and 30 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 134 KiB

After

Width:  |  Height:  |  Size: 175 KiB

View File

@ -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%;
} }

View File

@ -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'
] ]
} }
] ]