mirror of https://github.com/arendst/Tasmota.git
Better align dynamic data
This commit is contained in:
parent
75bbe5d3fa
commit
e3c1aa8836
|
@ -944,7 +944,7 @@ void HandleRoot(void)
|
||||||
|
|
||||||
WSContentSendStyle();
|
WSContentSendStyle();
|
||||||
|
|
||||||
WSContentSend_P(PSTR("<div id='l1' name='l1'></div>"));
|
WSContentSend_P(PSTR("<div style='padding:0;' id='l1' name='l1'></div>"));
|
||||||
if (TasmotaGlobal.devices_present) {
|
if (TasmotaGlobal.devices_present) {
|
||||||
#ifdef USE_LIGHT
|
#ifdef USE_LIGHT
|
||||||
if (TasmotaGlobal.light_type) {
|
if (TasmotaGlobal.light_type) {
|
||||||
|
|
Loading…
Reference in New Issue