Selaa lähdekoodia

Expand the space that actions can be displayed in

master
Fen Dweller 5 vuotta sitten
vanhempi
commit
1f16b29def
1 muutettua tiedostoa jossa 4 lisäystä ja 4 poistoa
  1. +4
    -4
      src/components/Combat.vue

+ 4
- 4
src/components/Combat.vue Näytä tiedosto

@@ -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…
Peruuta
Tallenna