summaryrefslogtreecommitdiff
path: root/data-viewer/data-viewer.html
diff options
context:
space:
mode:
Diffstat (limited to 'data-viewer/data-viewer.html')
-rw-r--r--data-viewer/data-viewer.html28
1 files changed, 28 insertions, 0 deletions
diff --git a/data-viewer/data-viewer.html b/data-viewer/data-viewer.html
index bd934e8..1d921f5 100644
--- a/data-viewer/data-viewer.html
+++ b/data-viewer/data-viewer.html
@@ -41,6 +41,34 @@
</div>
</div>
+ <!-- New toggles for hover and footer effects -->
+ <div class="toggle-setting-container">
+ <div class="toggle-container">
+ <label class="toggle-switch">
+ <input type="checkbox" id="disable-hover">
+ <span class="slider round"></span>
+ </label>
+ <span class="toggle-label">Disable Hover Effects Globally</span>
+ </div>
+ <div class="setting-description">
+ This will disable all hover animation features while keeping other styling effects active
+ </div>
+ </div>
+
+ <div class="toggle-setting-container">
+ <div class="toggle-container">
+ <label class="toggle-switch">
+ <input type="checkbox" id="disable-footer">
+ <span class="slider round"></span>
+ </label>
+ <span class="toggle-label">Hide Footers Globally</span>
+ </div>
+ <div class="setting-description">
+ This will hide page footers on websites where the feature is available
+ </div>
+ </div>
+
+
<!-- New section for custom repository URL -->
<div class="data-section">
<h2 class="section-title">Custom Styles Repository ✨</h2>