Browse Source

Make the log taller

master
Fen Dweller 5 years ago
parent
commit
c0f0183fcd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/components/Combat.vue

+ 1
- 1
src/components/Combat.vue View File

@@ -96,7 +96,7 @@ export default class Combat extends Vue {
<style scoped>
.combat-layout {
display: grid;
grid-template-rows: 10% 20% [main-row-start] 1fr 1fr [main-row-end] 20%;
grid-template-rows: 10% [main-row-start] 10% 1fr 1fr [main-row-end] 20%;
grid-template-columns: minmax(80pt, 20%) [main-col-start] 1fr [main-col-end] minmax(80pt, 20%);
width: 100%;
height: 100%;


Loading…
Cancel
Save