big screen support

pull/2/head
Midnight 3 years ago
parent 4bf2d18436
commit 433bf69cca

@ -39,7 +39,7 @@ import { onMount } from "svelte";
];
onMount(() => {
for(let j = 0; j < 10; j++) {
for(let j = 0; j < 20; j++) {
let list = document.createElement('div');
list.classList.add('flex', 'gap-2');

Loading…
Cancel
Save