Przeglądaj źródła

Adjust row spacing on the explore layout

master
Fen Dweller 5 lat temu
rodzic
commit
2662b32741
1 zmienionych plików z 2 dodań i 2 usunięć
  1. +2
    -2
      src/components/Explore.vue

+ 2
- 2
src/components/Explore.vue Wyświetl plik

@@ -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%;


Ładowanie…
Anuluj
Zapisz