소스 검색

Expand the space that actions can be displayed in

vintage
Fen Dweller 5 년 전
부모
커밋
1f16b29def
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. +4
    -4
      src/components/Combat.vue

+ 4
- 4
src/components/Combat.vue 파일 보기

@@ -411,11 +411,11 @@ export default class Combat extends Vue {
}

.left-fader {
grid-area: 2 / 1 / 4 / 2;
grid-area: 2 / 1 / 5 / 2;
}

.right-fader {
grid-area: 2 / 4 / 4 / 5;
grid-area: 2 / 4 / 5 / 5;
}

.left-fader,
@@ -429,11 +429,11 @@ export default class Combat extends Vue {
}

.left-actions {
grid-area: 2 / 1 / 4 / 2;
grid-area: 2 / 1 / 5 / 2;
}

.right-actions {
grid-area: 2 / 4 / 4 / 5;
grid-area: 2 / 4 / 5 / 5;
}

.left-actions > .vert-display {


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