Skip to content

Commit 63435b1

Browse files
committed
Final polishing of help, items on page, classes
1 parent 5350f00 commit 63435b1

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

popup-page-style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ button:active {
399399
}
400400

401401
/* Save Status Styling */
402-
.save-status {
402+
.small-hoovering-text {
403403
text-align: right;
404404
color: #666666;
405405
font-size: 12px;
@@ -436,7 +436,7 @@ button:active {
436436
}
437437

438438
/* Save Status Animation Reset */
439-
.save-status {
439+
.small-hoovering-text {
440440
animation: saveStatusFade 2s ease-out forwards;
441441
}
442442

popup.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ <h2>Profile</h2>
4242
</div>
4343
</section>
4444

45+
<div id="saveStatus" class="small-hoovering-text">Last saved: Never</div>
4546
<!-- Button Configuration (buttons are added dynamically) -->
4647
<section class="section">
4748
<h2>Button Configuration</h2>
@@ -82,7 +83,7 @@ <h2>Console</h2>
8283
<div id="console" class="console"></div>
8384
</section>
8485

85-
<div id="saveStatus" class="save-status">Last saved: Never</div>
86+
8687

8788
<!-- Backup Section -->
8889
<section class="section" id="backupSection">
@@ -127,6 +128,7 @@ <h2>Help</h2>
127128
provide code you want to see in app here.</a></li>
128129
<li><a href="https://buymeacoffee.com/netstaff">Donation link. If you are very rich, please send me
129130
huge amount of money, thank you!</a></li>
131+
<li>Introducing changes faster than once in second causes saving issues</li>
130132
</ul>
131133
</div>
132134
</section>

0 commit comments

Comments
 (0)