瀏覽代碼

Expand the space that actions can be displayed in

master
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 {


Loading…
取消
儲存