mirror of
https://github.com/krateng/maloja.git
synced 2025-07-09 03:04:07 -04:00
More fixes
This commit is contained in:
parent
58b44f6d1e
commit
43e67680cd
@ -49,7 +49,7 @@ def import_scrobbles(inputf):
|
|||||||
typeid,typedesc = "spotify","Spotify"
|
typeid,typedesc = "spotify","Spotify"
|
||||||
importfunc = parse_spotify_lite_legacy
|
importfunc = parse_spotify_lite_legacy
|
||||||
|
|
||||||
elif re.match(r"maloja_export_?[0-9]*\.json",filename):
|
elif re.match(r"maloja_export[_0-9]*\.json",filename):
|
||||||
typeid,typedesc = "maloja","Maloja"
|
typeid,typedesc = "maloja","Maloja"
|
||||||
importfunc = parse_maloja
|
importfunc = parse_maloja
|
||||||
|
|
||||||
|
@ -10,8 +10,9 @@ div#startpage {
|
|||||||
|
|
||||||
@media (min-width: 2201px) {
|
@media (min-width: 2201px) {
|
||||||
div#startpage {
|
div#startpage {
|
||||||
grid-template-columns: 15vw 15vw 15vw 15vw 15vw 15vw;
|
grid-template-columns: repeat(6, 14vw);
|
||||||
grid-template-rows: 45vh 45vh;
|
grid-template-rows: repeat(2, 45vh);
|
||||||
|
grid-column-gap: 2vw;
|
||||||
|
|
||||||
grid-template-areas:
|
grid-template-areas:
|
||||||
"charts_artists charts_artists charts_tracks charts_tracks charts_albums charts_albums"
|
"charts_artists charts_artists charts_tracks charts_tracks charts_albums charts_albums"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user