浏览代码

Fix the nav button holder being too big

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

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

@@ -152,8 +152,8 @@ export default class Explore extends Vue {
"Southwest South Southeast";
grid-template-rows: 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr;
width: 100%;
height: 100%;
width: calc(100% - 16px);
height: calc(100% - 16px);
max-width: 1000px;
justify-self: end;
}


正在加载...
取消
保存