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; }