ソースを参照

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 {


読み込み中…
キャンセル
保存