From 4f1eb64ac6a7cb2e7edf1d0fa16b3c0f3364e989 Mon Sep 17 00:00:00 2001 From: cschwinne Date: Sat, 8 May 2021 18:04:44 +0200 Subject: [PATCH] Added changes to set.cpp and wled_server.cpp --- wled00/data/settings.htm | 9 +++---- wled00/html_settings.h | 2 +- wled00/set.cpp | 55 ++++++++++++++++++++++++++++++++++++++-- wled00/wled_server.cpp | 4 +++ 4 files changed, 62 insertions(+), 8 deletions(-) diff --git a/wled00/data/settings.htm b/wled00/data/settings.htm index 8c47934e..6cb09f83 100644 --- a/wled00/data/settings.htm +++ b/wled00/data/settings.htm @@ -10,18 +10,17 @@ margin: 0; } html { - --h: 11.55vh; + --h: 10.2vh; } button { background: #333; color: #fff; font-family: Verdana, Helvetica, sans-serif; - border: 0.3ch solid #333; - display: inline-block; - font-size: 8vmin; + border: 1px solid #333; + font-size: 6vmin; height: var(--h); width: 95%; - margin-top: 2.4vh; + margin-top: 2vh; }