Explorar el Código

Adjust row spacing on the explore layout

vintage
Fen Dweller hace 5 años
padre
commit
2662b32741
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      src/components/Explore.vue

+ 2
- 2
src/components/Explore.vue Ver fichero

@@ -99,8 +99,8 @@ export default class Explore extends Vue {
grid-template-areas: "info log log statblock"
"info log log containers"
"worldinfo log log containers"
"nav nav choices choices ";
grid-template-rows: fit-content(50%) fit-content(30%) 1fr 1fr;
"nav nav choices containers ";
grid-template-rows: fit-content(50%) 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr 1fr;
width: 100%;
height: 100%;


Cargando…
Cancelar
Guardar