浏览代码

Give more space to the nav/choice buttons

master
Fen Dweller 5 年前
父节点
当前提交
eef6a3ca81
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. +1
    -2
      src/components/Explore.vue

+ 1
- 2
src/components/Explore.vue 查看文件

@@ -101,10 +101,9 @@ export default class Explore extends Vue {
position: relative;
display: grid;
grid-template-areas: "info log log statblock"
"info log log containers"
"worldinfo log log containers"
"nav nav choices containers ";
grid-template-rows: fit-content(50%) 1fr 1fr 1fr;
grid-template-rows: fit-content(50%) 1fr minmax(25%, 33%);
grid-template-columns: 1fr 1fr 1fr 1fr;
width: 100%;
height: 100%;


正在加载...
取消
保存