| @@ -411,11 +411,11 @@ export default class Combat extends Vue { | |||||
| } | } | ||||
| .left-fader { | .left-fader { | ||||
| grid-area: 2 / 1 / 4 / 2; | |||||
| grid-area: 2 / 1 / 5 / 2; | |||||
| } | } | ||||
| .right-fader { | .right-fader { | ||||
| grid-area: 2 / 4 / 4 / 5; | |||||
| grid-area: 2 / 4 / 5 / 5; | |||||
| } | } | ||||
| .left-fader, | .left-fader, | ||||
| @@ -429,11 +429,11 @@ export default class Combat extends Vue { | |||||
| } | } | ||||
| .left-actions { | .left-actions { | ||||
| grid-area: 2 / 1 / 4 / 2; | |||||
| grid-area: 2 / 1 / 5 / 2; | |||||
| } | } | ||||
| .right-actions { | .right-actions { | ||||
| grid-area: 2 / 4 / 4 / 5; | |||||
| grid-area: 2 / 4 / 5 / 5; | |||||
| } | } | ||||
| .left-actions > .vert-display { | .left-actions > .vert-display { | ||||