Parcourir la source

Expand the space that actions can be displayed in

vintage
Fen Dweller il y a 5 ans
Parent
révision
1f16b29def
1 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. +4
    -4
      src/components/Combat.vue

+ 4
- 4
src/components/Combat.vue Voir le fichier

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


Chargement…
Annuler
Enregistrer