summaryrefslogtreecommitdiff
path: root/popup/popup.html
diff options
context:
space:
mode:
Diffstat (limited to 'popup/popup.html')
-rw-r--r--popup/popup.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/popup/popup.html b/popup/popup.html
index 1ab05c3..bc5b92b 100644
--- a/popup/popup.html
+++ b/popup/popup.html
@@ -41,6 +41,10 @@
</label>
<span id="whitelist-style-mode-label" class="toggle-label">Blacklist Mode</span>
</div>
+ <!-- Moved reload button here -->
+ <button id="reload" class="action-button secondary">
+ Reload to apply <i class="fas fa-sync-alt"></i>
+ </button>
</div>
<!-- Current Site Features Section -->
@@ -61,10 +65,7 @@
</div>
<div id="current-site-toggles" class="features-list collapsed"></div>
<div class="actions" id="current-site-actions">
- <!-- reload botton -->
- <button id="reload" class="action-button secondary">
- Reload to apply <i class="fas fa-sync-alt"></i>
- </button>
+ <!-- Reload button was here, now moved above -->
</div>
</div>