aboutsummaryrefslogtreecommitdiff
path: root/VPNAuth.Server
diff options
context:
space:
mode:
authorTim <contact@bytim.eu>2025-04-26 20:10:38 +0200
committerTim <contact@bytim.eu>2025-04-26 20:10:38 +0200
commitc3b21591d9105e78012ca3f397b5c3df21735a58 (patch)
treee0336d140fdb83e115345e1248b579e4a14dd92a /VPNAuth.Server
parentfc3fedd9bd55671482c1a9fd77eb0c0acf1aff36 (diff)
downloadVPNAuth-c3b21591d9105e78012ca3f397b5c3df21735a58.tar.xz
VPNAuth-c3b21591d9105e78012ca3f397b5c3df21735a58.zip
Make pages responsive
Diffstat (limited to 'VPNAuth.Server')
-rw-r--r--VPNAuth.Server/Pages/Auth.cshtml1
-rw-r--r--VPNAuth.Server/Pages/Dashboard.cshtml1
2 files changed, 2 insertions, 0 deletions
diff --git a/VPNAuth.Server/Pages/Auth.cshtml b/VPNAuth.Server/Pages/Auth.cshtml
index a402236..3b7c7c8 100644
--- a/VPNAuth.Server/Pages/Auth.cshtml
+++ b/VPNAuth.Server/Pages/Auth.cshtml
@@ -11,6 +11,7 @@
<head>
<title>VPNAuth - Auth</title>
<link rel="stylesheet" href="/static/style.css">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<h1>Authorization</h1>
diff --git a/VPNAuth.Server/Pages/Dashboard.cshtml b/VPNAuth.Server/Pages/Dashboard.cshtml
index f0fea84..68caf8e 100644
--- a/VPNAuth.Server/Pages/Dashboard.cshtml
+++ b/VPNAuth.Server/Pages/Dashboard.cshtml
@@ -22,6 +22,7 @@
<head>
<title>VPNAuth - Dashboard</title>
<link rel="stylesheet" href="/static/style.css">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
@if (configUser == null)