diff --git a/src/helpers/web/WebPanelServer.cpp b/src/helpers/web/WebPanelServer.cpp index 2647c3af..b118a2a8 100644 --- a/src/helpers/web/WebPanelServer.cpp +++ b/src/helpers/web/WebPanelServer.cpp @@ -7,6 +7,7 @@ #include #include #include +#include "Update.h" #include "../mqtt/generated/WebPanelCert.h" @@ -558,7 +559,7 @@ const char kWebPanelAppHtml[] PROGMEM = R"HTML( .actions-bar { display:grid; grid-template-columns:1fr; gap:10px; } .actions-group { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); } .actions-group.left, .actions-group.center, .actions-group.right { justify-self:stretch; } - .actions-group.center { grid-template-columns:repeat(3,minmax(0,1fr)); justify-items:stretch; } + .actions-group.center { grid-template-columns:repeat(2,minmax(0,1fr)); justify-items:stretch; } .actions-group.right { grid-template-columns:repeat(3,minmax(0,1fr)); justify-items:stretch; } #actionsPanel .actions-group button { width:100%; } #actionsPanel .actions-group.center button { width:100%; min-width:0; } @@ -591,7 +592,6 @@ const char kWebPanelAppHtml[] PROGMEM = R"HTML(
-
@@ -665,6 +665,25 @@ const char kWebPanelAppHtml[] PROGMEM = R"HTML(
+ +