Skip to content

Commit 848925c

Browse files
jschirrmacheramandel
authored andcommitted
Adapt menu to display size
This improves readability on smartphones because the menu is not tiny any more but fills the screen.
1 parent f128bd8 commit 848925c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/configServer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ static WiFiMulti wifiMulti;
6969
// - back navigation after save
7070
static const char* const header =
7171
"<!DOCTYPE html>\n"
72-
"<html lang='en'><head><meta charset='utf-8'/><title>{title}</title>"
72+
"<html lang='en'><head><meta charset='utf-8'/><title>{title}</title><meta name='viewport' content='width=device-width,initial-scale=1.0' />"
7373
// STYLE
7474
"<style>"
7575
"#file-input,input, button {width:100%;height:44px;border-radius:4px;margin:10px auto;font-size:15px;}"

0 commit comments

Comments
 (0)