mirror of
https://github.com/BradNut/boredgame
synced 2025-09-08 17:40:22 +00:00
Merge branch 'master' of github.com:BradNut/bored
game into postcss
This commit is contained in:
commit
dc7a148067
1 changed files with 4 additions and 0 deletions
|
|
@ -44,12 +44,16 @@
|
|||
$: showPagination = $gameStore?.length > 1;
|
||||
|
||||
if ($xl) {
|
||||
console.log('Was xl');
|
||||
numberOfGameSkeleton = 8;
|
||||
} else if ($md) {
|
||||
console.log('Was md');
|
||||
numberOfGameSkeleton = 3;
|
||||
} else if ($sm) {
|
||||
console.log('Was sm');
|
||||
numberOfGameSkeleton = 2;
|
||||
} else {
|
||||
console.log('Was none');
|
||||
numberOfGameSkeleton = 1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue