From 643e7892c8139c5b84c32d3d4491fbd2ebcdbe9f Mon Sep 17 00:00:00 2001 From: ThaumRystra <9525416+ThaumRystra@users.noreply.github.com> Date: Fri, 22 Sep 2023 22:10:11 +0200 Subject: [PATCH] Minor redesign of printed character sheets --- .../CharacterSheetPrinted.vue | 35 +++- .../PrintedInventory.vue | 131 +++++++-------- .../printedCharacterSheet/PrintedStats.vue | 154 +++++++++--------- .../components/PrintedAction.vue | 118 +++++++++----- .../{PrintedItem.vue => PrintedBlockItem.vue} | 0 .../components/PrintedLineItem.vue | 122 ++++++++++++++ .../components/PrintedSkill.vue | 4 +- 7 files changed, 366 insertions(+), 198 deletions(-) rename app/imports/client/ui/creature/character/printedCharacterSheet/components/{PrintedItem.vue => PrintedBlockItem.vue} (100%) create mode 100644 app/imports/client/ui/creature/character/printedCharacterSheet/components/PrintedLineItem.vue diff --git a/app/imports/client/ui/creature/character/printedCharacterSheet/CharacterSheetPrinted.vue b/app/imports/client/ui/creature/character/printedCharacterSheet/CharacterSheetPrinted.vue index 1d47cd09..61cc7628 100644 --- a/app/imports/client/ui/creature/character/printedCharacterSheet/CharacterSheetPrinted.vue +++ b/app/imports/client/ui/creature/character/printedCharacterSheet/CharacterSheetPrinted.vue @@ -32,7 +32,10 @@ light >