mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-14 17:45:04 +00:00
Make Oauth login page actually readable on mobile devices
This commit is contained in:
parent
af8f1ef273
commit
7e0ac64b85
1 changed files with 1 additions and 0 deletions
|
@ -152,6 +152,7 @@ const char *login_page = ""
|
|||
"<html>\n"
|
||||
"<head>\n"
|
||||
"<title>%s OAuth - Snac2</title>\n"
|
||||
"<meta content=\"width=device-width, initial-scale=1, minimum-scale=1, user-scalable=no\" name=\"viewport\">"
|
||||
"<style>:root {color-scheme: light dark}</style>\n"
|
||||
"</head>\n"
|
||||
"<body><h1>%s OAuth identify</h1>\n"
|
||||
|
|
Loading…
Reference in a new issue