Skip to content

Commit

Permalink
🛠️ s3.js -> Updated tooltip width and opacity styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
itcon-pty-au committed Sep 5, 2024
1 parent 52feb3c commit 0dc79f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s3.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function openSyncModal() {
<h3 class="text-center text-xl font-bold">Backup & Sync</h3>
<div class="relative group ml-2">
<span class="cursor-pointer" id="info-icon">ℹ️</span>
<div id="tooltip" class="absolute z-10 -top-8 left-1/2 transform -translate-x-1/2 bg-black text-white text-xs rounded-md px-2 py-1 w-full border-1 border-blue-500 opacity-80 transition-opacity duration-300">
<div id="tooltip" width="25em" class="absolute z-10 -top-8 left-1/2 transform -translate-x-1/2 bg-black text-white text-xs rounded-md px-2 py-1 opacity-90 transition-opacity duration-300">
<b>Step 1:</b> Fill form & Save<br/><br/>
<b>Step 2:</b> If you want to Create/Update data in S3 with the data in the current typingmind instance, click on "Export to S3".<br/><br/>
<b>Step 3:</b> If you want to update data in the current typingmind instance with the backed up data in S3, click on "Import from S3".<br/><br/>
Expand Down

0 comments on commit 0dc79f5

Please sign in to comment.