From af24e54ce1e197bdba5b6e8d4c20ff474bbbdc07 Mon Sep 17 00:00:00 2001 From: Idan Cohen Date: Wed, 11 Jan 2023 15:43:04 +0200 Subject: [PATCH] return the udp-telnet to tcp-telent with bar --- ui/home.css | 2 +- ui/home.vue | 25 ++++++++++++++++++++++++- ui/home_socketctl.js | 8 ++++---- ui/index.html | 4 ++-- ui/widgets/screen_console.vue | 6 +++--- 5 files changed, 34 insertions(+), 11 deletions(-) diff --git a/ui/home.css b/ui/home.css index 59fb89a..dc26e51 100644 --- a/ui/home.css +++ b/ui/home.css @@ -82,13 +82,13 @@ overflow: auto; display: flex; flex-direction: row; + justify-content: center; align-items: center; } #home-hd-title { font-size: 1.1em; padding: 0 0 0 20px; - min-width: 150px; font-weight: bold; flex: 0 0 65px; text-align: center; diff --git a/ui/home.vue b/ui/home.vue index 757b2c3..4e50219 100644 --- a/ui/home.vue +++ b/ui/home.vue @@ -20,7 +20,7 @@