mirror of
https://github.com/krateng/maloja.git
synced 2025-04-16 16:52:18 +03:00
Removed slow featured module from startpage
This commit is contained in:
parent
0e311e0ac8
commit
6de866670e
@ -13,7 +13,7 @@
|
||||
<div id="startpage">
|
||||
|
||||
|
||||
{% for module in ['charts_artists','charts_tracks','charts_albums','pulse','lastscrobbles','featured'] %}
|
||||
{% for module in ['charts_artists','charts_tracks','charts_albums','pulse','lastscrobbles'] %}
|
||||
<section id="start_page_module_{{ module }}" style="grid-area: {{ module }}">
|
||||
<!-- MODULE: {{ module }} -->
|
||||
|
||||
|
@ -10,12 +10,12 @@ div#startpage {
|
||||
|
||||
@media (min-width: 2201px) {
|
||||
div#startpage {
|
||||
grid-template-columns: 30vw 30vw 30vw;
|
||||
grid-template-columns: 15vw 15vw 15vw 15vw 15vw 15vw;
|
||||
grid-template-rows: 45vh 45vh;
|
||||
|
||||
grid-template-areas:
|
||||
"charts_artists charts_tracks charts_albums"
|
||||
"lastscrobbles featured pulse";
|
||||
"charts_artists charts_artists charts_tracks charts_tracks charts_albums charts_albums"
|
||||
"empty1 lastscrobbles lastscrobbles pulse pulse empty2";
|
||||
}
|
||||
}
|
||||
|
||||
@ -27,7 +27,7 @@ div#startpage {
|
||||
grid-template-areas:
|
||||
"charts_artists lastscrobbles"
|
||||
"charts_tracks pulse"
|
||||
"charts_albums featured";
|
||||
"charts_albums empty";
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user