From a05f4f776e1db8e47d85a55a3d72d088a0c5f643 Mon Sep 17 00:00:00 2001 From: Jared Goodwin Date: Tue, 20 Feb 2024 17:22:18 -0800 Subject: [PATCH] Fix some spacing and color. --- Server/Components/Devices/ChatCard.razor | 2 +- Server/Components/Pages/ApiKeys.razor | 2 +- Server/Components/Pages/ServerConfig.razor | 8 ++++---- Server/wwwroot/css/site.css | 4 ++++ 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/Server/Components/Devices/ChatCard.razor b/Server/Components/Devices/ChatCard.razor index 3bfc7e8c..bdaeb179 100644 --- a/Server/Components/Devices/ChatCard.razor +++ b/Server/Components/Devices/ChatCard.razor @@ -5,7 +5,7 @@
- + @Session.MissedChats @Session.DeviceName diff --git a/Server/Components/Pages/ApiKeys.razor b/Server/Components/Pages/ApiKeys.razor index 40e4c731..003bd73b 100644 --- a/Server/Components/Pages/ApiKeys.razor +++ b/Server/Components/Pages/ApiKeys.razor @@ -37,7 +37,7 @@ else if (User is not null)
diff --git a/Server/Components/Pages/ServerConfig.razor b/Server/Components/Pages/ServerConfig.razor index 15427ae0..6c322e46 100644 --- a/Server/Components/Pages/ServerConfig.razor +++ b/Server/Components/Pages/ServerConfig.razor @@ -13,7 +13,7 @@

- @ServiceSessionCache.GetAllDevices().Count + @ServiceSessionCache.GetAllDevices().Count
@@ -23,7 +23,7 @@ - @(OutdatedDevices?.Count() ?? 0) + @(OutdatedDevices?.Count() ?? 0) @@ -32,12 +32,12 @@

- @TotalDevices + @TotalDevices

- @CircuitManager.Connections.Count + @CircuitManager.Connections.Count
diff --git a/Server/wwwroot/css/site.css b/Server/wwwroot/css/site.css index 7c6dcb30..f05b062e 100644 --- a/Server/wwwroot/css/site.css +++ b/Server/wwwroot/css/site.css @@ -79,4 +79,8 @@ input[disabled], input[readonly], select[disabled] { .pointer { cursor: pointer; +} + +#components-reconnect-modal { + color: black; } \ No newline at end of file