소스 검색

Fix the nav button holder being too big

master
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;
}


불러오는 중...
취소
저장