From 4b935a58559e8e9fed7b3896cc72b65c97894b75 Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Mon, 28 Jan 2019 15:48:40 +0000 Subject: [PATCH] Input for port --- src/App.vue | 4 ++-- src/components/hostDisplay.vue | 8 ++++---- src/components/hostInput.vue | 31 ++++++++++++++++++++++++++----- src/store.js | 5 ++++- 4 files changed, 36 insertions(+), 12 deletions(-) diff --git a/src/App.vue b/src/App.vue index f02c0e21..41d334fe 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,7 +1,6 @@ @@ -38,6 +37,7 @@ export default { #app { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; - text-align: center; + text-align: left; + padding-left: 20px; } diff --git a/src/components/hostDisplay.vue b/src/components/hostDisplay.vue index ac03fd4c..4b7e1c91 100644 --- a/src/components/hostDisplay.vue +++ b/src/components/hostDisplay.vue @@ -1,14 +1,14 @@