From 8e34864ead2bf2126fc042e49009294337675694 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sat, 2 Nov 2024 15:42:54 +0100 Subject: [PATCH] Minor update HTML javascript and style --- tasmota/html_compressed/HTTP_HEAD_STYLE2.h | 2 +- tasmota/html_uncompressed/HTTP_HEAD_STYLE2.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tasmota/html_compressed/HTTP_HEAD_STYLE2.h b/tasmota/html_compressed/HTTP_HEAD_STYLE2.h index 97f2bde73..0103a484f 100644 --- a/tasmota/html_compressed/HTTP_HEAD_STYLE2.h +++ b/tasmota/html_compressed/HTTP_HEAD_STYLE2.h @@ -15,7 +15,7 @@ const char HTTP_HEAD_STYLE2_COMPRESSED[] PROGMEM = "\x1C\x2E\xAB\x38\xF6\x8E\xCF "\x61\xED\x30\x16\x5D\x1E\x61\x33\x14\x08\x38\x05\x85\xA3\xDC\x08\x33\x0F\x71\xD0" "\xD4\x08\x56\xFF\xA3\xC2\x81\x22\xE0\x20\xCD\x3D\xC7\x4F\x82\x17\x20\x60\x8D\xC7" "\xD3\x1A\x78\x19\x62\x09\xBC\x3C\x79\x9C\xA2\x18\x6C\x3C\x0D\xBF\x8F\x6F\x1E\x67" - "\x38\x86\x1B\x11\xCA\x21\x86\xC3\xC1\xEE\x3A\x0A\x30\x7B\x44\xDF\x0C\x0A\xCC\x81" + "\x30\x86\x1B\x11\xCA\x21\x86\xC3\xC1\xEE\x3A\x0A\x30\x7B\x44\xDF\x0C\x0A\xCC\x81" "\x0B\x61"; #define HTTP_HEAD_STYLE2 Decompress(HTTP_HEAD_STYLE2_COMPRESSED,HTTP_HEAD_STYLE2_SIZE).c_str() \ No newline at end of file diff --git a/tasmota/html_uncompressed/HTTP_HEAD_STYLE2.h b/tasmota/html_uncompressed/HTTP_HEAD_STYLE2.h index f0fabbd91..24f881014 100644 --- a/tasmota/html_uncompressed/HTTP_HEAD_STYLE2.h +++ b/tasmota/html_uncompressed/HTTP_HEAD_STYLE2.h @@ -8,5 +8,5 @@ const char HTTP_HEAD_STYLE2[] PROGMEM = "a{color:#%06x;text-decoration:none;}" // COLOR_BUTTON ".p{float:left;text-align:left;}" ".q{float:right;text-align:right;}" - ".r{border-radius:0.3em;padding:2px;margin:6px 2px;}" + ".r{border-radius:0.3em;padding:2px;margin:4px 2px;}" ".hf{display:none;}";