mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-09 19:50:26 +03:00
Make Oauth login page actually readable on mobile devices
This commit is contained in:
parent
af8f1ef273
commit
7e0ac64b85
@ -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 New Issue
Block a user