Explorar el Código

Rearrange the explore layout again

master
Fen Dweller hace 5 años
padre
commit
d8145377ac
Se han modificado 2 ficheros con 6 adiciones y 7 borrados
  1. +1
    -1
      src/components/ChoiceButton.vue
  2. +5
    -6
      src/components/Explore.vue

+ 1
- 1
src/components/ChoiceButton.vue Ver fichero

@@ -46,7 +46,7 @@ export default class ChoiceButton extends Vue {
margin: 5%;
background: repeating-linear-gradient(45deg, #333, #333 20px, #222 20px, #222 40px);
color: #ccc;
font-size: 200%;
font-size: 150%;
border-color: #ccc;
border-width: 3px;
border-radius: 8px;


+ 5
- 6
src/components/Explore.vue Ver fichero

@@ -96,12 +96,11 @@ export default class Explore extends Vue {
flex: 10;
position: relative;
display: grid;
grid-template-areas: "worldinfo log log statblock"
"worldinfolog log log containers"
"info log log choices "
"info log log choices "
"info nav nav choices ";
grid-template-rows: fit-content(50%) fit-content(30%) 2fr 1fr 1fr;
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;
grid-template-columns: 1fr 1fr 1fr 1fr;
width: 100%;
height: 100%;


Cargando…
Cancelar
Guardar