mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 11:16:34 +00:00
Fix console min height
This commit is contained in:
parent
70ced65aaf
commit
fc798540b7
@ -377,7 +377,7 @@ const char HTTP_FORM_RST_UPG_FCT[] PROGMEM =
|
||||
const char HTTP_CMND_STYLE[] PROGMEM = // Overrule CSS for flex console
|
||||
"html,body{height:99%%;}"
|
||||
"body{display:flex;flex-flow:column;}"
|
||||
"textarea{resize:none;flex:auto;}";
|
||||
"textarea{resize:none;flex:auto;min-height:99px}";
|
||||
|
||||
const char HTTP_FORM_CMND[] PROGMEM =
|
||||
"</div>" // Close HTTP_HEAD_STYLE3 <div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user