summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Louis Brauer2024-05-31 01:28:20 +0200
committerGravatar Louis Brauer2024-05-31 01:28:20 +0200
commit7e0ac64b856d6efa93cdbdd2359ee500863c6ef8 (patch)
tree8a53bd9afbf4c85c05be98830890e45925871f41
parentImplement image uploads for Tokodon (diff)
downloadsnac2-7e0ac64b856d6efa93cdbdd2359ee500863c6ef8.tar.gz
snac2-7e0ac64b856d6efa93cdbdd2359ee500863c6ef8.tar.xz
snac2-7e0ac64b856d6efa93cdbdd2359ee500863c6ef8.zip
Make Oauth login page actually readable on mobile devices
-rw-r--r--mastoapi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mastoapi.c b/mastoapi.c
index c1f70b9..5eee4c0 100644
--- a/mastoapi.c
+++ b/mastoapi.c
@@ -152,6 +152,7 @@ const char *login_page = ""
152"<html>\n" 152"<html>\n"
153"<head>\n" 153"<head>\n"
154"<title>%s OAuth - Snac2</title>\n" 154"<title>%s OAuth - Snac2</title>\n"
155"<meta content=\"width=device-width, initial-scale=1, minimum-scale=1, user-scalable=no\" name=\"viewport\">"
155"<style>:root {color-scheme: light dark}</style>\n" 156"<style>:root {color-scheme: light dark}</style>\n"
156"</head>\n" 157"</head>\n"
157"<body><h1>%s OAuth identify</h1>\n" 158"<body><h1>%s OAuth identify</h1>\n"