From c1ef01174c9113f765e1a07a4414fa10a3a0ac06 Mon Sep 17 00:00:00 2001 From: Michael Hollister Date: Thu, 24 Apr 2025 16:55:05 -0500 Subject: [PATCH] Receivers: Adjust connection check margins --- receivers/common/web/main/common.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/receivers/common/web/main/common.css b/receivers/common/web/main/common.css index 4f2b1b1..63e137c 100644 --- a/receivers/common/web/main/common.css +++ b/receivers/common/web/main/common.css @@ -252,7 +252,6 @@ body, html { /* display: inline-block; */ display: none; position: relative; - margin: 18px; padding: 10px; background-color: #019BE7; @@ -441,6 +440,7 @@ body, html { #connection-check { width: 124px; height: 124px; + margin: 32px; } #toast-notification { @@ -547,6 +547,7 @@ body, html { #connection-check { width: 104px; height: 104px; + margin: 28px; } #toast-notification { @@ -649,6 +650,7 @@ body, html { #connection-check { width: 84px; height: 84px; + margin: 24px; } #toast-notification { @@ -749,6 +751,7 @@ body, html { #connection-check { width: 64px; height: 64px; + margin: 20px; } #toast-notification {