From 2afa866d82ce2068732b98099fff1c631b54f696 Mon Sep 17 00:00:00 2001 From: Michael Hollister Date: Thu, 24 Apr 2025 21:43:20 -0500 Subject: [PATCH] Electron: Reduced update window size to fit content --- receivers/electron/src/main/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/receivers/electron/src/main/style.css b/receivers/electron/src/main/style.css index cfb572e..14ff610 100644 --- a/receivers/electron/src/main/style.css +++ b/receivers/electron/src/main/style.css @@ -89,6 +89,10 @@ margin-bottom: 15px; } + #update-view { + margin: 0px 80px; + } + #update-text { margin-top: 20px; } @@ -101,6 +105,10 @@ margin-bottom: 10px; } + #update-view { + margin: 0px 40px; + } + #update-text { margin-top: 20px; } @@ -113,6 +121,10 @@ margin-bottom: 10px; } + #update-view { + margin: 0px 20px; + } + #update-text { margin-top: 10px; }