Commit e682d6eb29

Loris Cro <kappaloris@gmail.com>
2023-07-28 17:00:07
autodoc: improve styling of new help dropdown
1 parent 7e25fb4
Changed files (1)
lib
lib/docs/index.html
@@ -284,7 +284,9 @@
         transform: translate(0, 0);
       }
 
-      #searchHelp {
+      #sectSearchResults {
+        box-sizing: border-box;
+        max-width: 960px;
       }
 
       #searchHelp summary {
@@ -963,14 +965,14 @@
                   case-sensitive.</li>
                 <li>Given <code>ArrayListUnmanaged</code>:
                   <ul>
-                    <li>the following words (and their prefixes) will match:
+                    <li>the following search terms (and their prefixes) will match:
                       <ul>
                         <li><code>array</code></li>
                         <li><code>list</code></li>
                         <li><code>unmanaged</code></li>
                       </ul>
                     </li>
-                    <li>the following words will <b>NOT</b> match:
+                    <li>the following search terms will <b>NOT</b> match:
                       <ul>
                         <li><code>stun</code></li>
                         <li><code>ray</code></li>