From 817be24e026448d1bae566c1ae8c7e851198ca66 Mon Sep 17 00:00:00 2001 From: Yanick Champoux Date: Wed, 29 Jul 2020 20:29:21 -0400 Subject: [PATCH] We have a print sheet --- public/index.html | 2 + public/print.css | 5 +++ src/components/App.svelte | 38 +++++++++++++------ src/components/Output/Json.svelte | 19 +--------- .../Output/Print/Hull/Integrity/index.svelte | 4 +- .../Output/Print/Weapons/Beam/index.svelte | 1 - .../Output/Print/Weapons/index.svelte | 4 ++ src/components/Output/Print/index.svelte | 6 ++- 8 files changed, 45 insertions(+), 34 deletions(-) create mode 100644 public/print.css diff --git a/public/index.html b/public/index.html index 2377875..c08d5fc 100644 --- a/public/index.html +++ b/public/index.html @@ -18,6 +18,8 @@ + +