Explorar el Código

Fix logout bug

master
Roderic Day hace 4 años
padre
commit
7f4821675d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      apps/streams.js

+ 1
- 1
apps/streams.js Ver fichero

const dims = [ const dims = [
Math.floor((1 + Math.sqrt(4 * State.online.length - 3)) / 2), Math.floor((1 + Math.sqrt(4 * State.online.length - 3)) / 2),
Math.ceil(Math.sqrt(State.online.length)), Math.ceil(Math.sqrt(State.online.length)),
].map(n => Array(n).fill('1fr').join(' '))
].map(n => Array(n || 1).fill('1fr').join(' '))


if(innerHeight > innerWidth) dims.reverse() if(innerHeight > innerWidth) dims.reverse()
const style = { const style = {

Cargando…
Cancelar
Guardar