Переглянути джерело

Adjust row spacing on the explore layout

master
Fen Dweller 5 роки тому
джерело
коміт
2662b32741
1 змінених файлів з 2 додано та 2 видалено
  1. +2
    -2
      src/components/Explore.vue

+ 2
- 2
src/components/Explore.vue Переглянути файл

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


Завантаження…
Відмінити
Зберегти