LibreY

- privacy respecting meta search engine
git clone git://git.acid.vegas/LibreY.git
Log | Files | Refs | Archive | README | LICENSE

commit 407a4dcb74f15bfc62d373c086010c61f06c6743
parent 063b6ea6086657ef4974bfd6677ee96d265d58e7
Author: Castor <whoisyoges@castorisdead.xyz>
Date: Thu, 31 Aug 2023 10:23:36 +0545

`Fix:` indentation for search settings.

Diffstat:
Msettings.php | 8++++----
Mstatic/css/styles.css | 2+-

2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/settings.php b/settings.php
@@ -106,10 +106,10 @@
                         <label>Number of results per page</label>
                         <input type="number" name="number_of_results" value="<?php echo htmlspecialchars($opts->number_of_results ?? "10") ?>" >
                     </div>
-                    <div>
-                        <label>Safe search</label>
-                        <input type="checkbox" name="safe_search" <?php echo $opts->safe_search ? "checked"  : ""; ?> >
-                    </div>
+                </div>
+                <div>
+                    <label>Safe search</label>
+                    <input type="checkbox" name="safe_search" <?php echo $opts->safe_search ? "checked"  : ""; ?> >
                 </div>
 
                 <div>
diff --git a/static/css/styles.css b/static/css/styles.css
@@ -151,7 +151,7 @@ a:hover,
 .misc-container {
     text-align: center;
     word-wrap: break-word;
-    width: 450px;
+    width: 460px;
     margin-left: auto;
     margin-right: auto;
     margin-bottom: 100px;