From 3b75696c99de021091a651a30c9b86968ba70b8c Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Thu, 9 Jul 2020 04:27:59 -0400 Subject: [PATCH] smaller device status --- src/account/DevicesPage.vue | 2 +- src/index.html | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/account/DevicesPage.vue b/src/account/DevicesPage.vue index c49e9c6..57b3291 100644 --- a/src/account/DevicesPage.vue +++ b/src/account/DevicesPage.vue @@ -73,7 +73,7 @@ - +
{{device.status.ip}}
diff --git a/src/index.html b/src/index.html index 26c6e2c..74fe54e 100755 --- a/src/index.html +++ b/src/index.html @@ -108,6 +108,9 @@ .bubble-field-help { font-size: small; } + .device-connection-status { + font-size: small; + } .bubble-app-icon { font-size: x-large; }