浏览代码

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


正在加载...
取消
保存