]> git repositories - QuestLog.git/commitdiff
minor fixes on mobile view
authorbochard <mail@tenkyuu.dev>
Thu, 12 Jun 2025 10:18:48 +0000 (18:18 +0800)
committerbochard <mail@bochard.net>
Thu, 17 Jul 2025 11:41:16 +0000 (19:41 +0800)
includes/dashboard.php
login.php
signup.php

index 01ab04a100b79b57225c797c85bc786f391e88b1..57c6ff823c878acd1cfbebf99b54f385491351e1 100644 (file)
@@ -37,7 +37,7 @@
 </style>
 </head>
 <body class="rpgui-content" style="display: flex; justify-content: center;">
-  <div class="rpgui-container framed" style="margin: 36px 0; width: 90%; height: fit-content; max-width: 600px;">
+  <div class="rpgui-container framed" style="margin: 36px 0; width: 95%; height: fit-content; max-width: 600px;">
     <div style="text-align: right;">
       <form action="../includes/logout.php" method="POST" class="title-bar-controls">
         <button class="rpgui-button" type="submit">Log Out</button>
@@ -74,7 +74,7 @@
         <h2 style="text-align: center;">Tasks</h2>
         <hr>
         <div style="overflow-y: auto; height: 400px;">
-          <div id="task-body" style="width: 90%; margin: auto; word-break: break-all;">
+          <div id="task-body" style="width: 100%; margin: auto; word-break: break-all;">
             <!-- ajax will insert the fetched task data here... -->
           </div>
         </div>
index 5099f2187edb3e50bfbad5c732393d79a130b63e..188b751dac8708af94fdf2080111b9333bc6f32f 100644 (file)
--- a/login.php
+++ b/login.php
@@ -53,7 +53,7 @@
   <script src="./dist/rpgui.js"></script>
 </head>
 <body class="rpgui-content" style="display: flex; justify-content: center;">
-  <div class="rpgui-container framed" style="margin: 32px 0; width: 90%; height: fit-content; max-width: 600px;">
+  <div class="rpgui-container framed" style="margin: 32px 0; width: 95%; height: fit-content; max-width: 600px;">
 
     <main>
       <h1 style="text-align: center;">Log in</h1>
index 7466c7b4ebdc615d1eb9e12af5f215a45d53616f..9a2884e0476872ec6202108b3b613a59b0de70d9 100644 (file)
@@ -47,7 +47,7 @@
   <script src="./dist/rpgui.js"></script>
 </head>
 <body class="rpgui-content" style="display: flex; justify-content: center;">
-  <div class="rpgui-container framed" style="margin: 32px 0; width: 90%; height: fit-content; max-width: 600px;">
+  <div class="rpgui-container framed" style="margin: 32px 0; width: 95%; height: fit-content; max-width: 600px;">
 
     <main>
       <h1 style="text-align: center;">Sign up</h1>