fix help icon

This commit is contained in:
Ryan
2025-03-09 04:19:33 -04:00
committed by GitHub
parent eeeee1477e
commit 142e2b714d

View File

@@ -141,11 +141,13 @@
padding:10px;
">
<details style="margin-top:5px; font-size:12px; color:#555;">
<summary style="cursor:pointer; list-style: none;">Folder Navigation & Management Help Info <i
class="material-icons" style="vertical-align: middle;">info</i></summary>
<summary style="cursor:pointer; list-style: none; color: #000; background: #f9f9f9; padding: 5px;">
<i class="material-icons" style="vertical-align: middle; color: #d96601;">info</i>
Folder Navigation &amp; Management Help Info
</summary>
<ul style="margin: 0; padding-left:20px;">
<li>To view files in a folder, click on the folder name in the tree.</li>
<li>Above [-] expands and [+] collapses a folder in the tree.</li>
<li>[-] expands and [+] collapses a folder in the tree.</li>
<li>To create a subfolder, select a folder from the tree above and click "Create Folder".</li>
<li>To rename or delete a folder, first select it from the tree, then click "Rename Folder" or
"Delete Folder" respectively.</li>