diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-12-20 22:16:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-20 22:16:38 -0500 |
commit | abc017545c6fce1c4b754a560f19d3ccaaf82eca (patch) | |
tree | 6459d86296ac5b8f452988873804138ea23da424 /ext/bg/settings2.html | |
parent | abfe066d7ee97e83c3ffa1cac3eb3eb75a0ea856 (diff) |
Update the popup preview to always be visible on the settings v2 page (#1151)
Diffstat (limited to 'ext/bg/settings2.html')
-rw-r--r-- | ext/bg/settings2.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/bg/settings2.html b/ext/bg/settings2.html index 72d863cc..e1cc3169 100644 --- a/ext/bg/settings2.html +++ b/ext/bg/settings2.html @@ -1458,12 +1458,6 @@ </div> <div class="content-right"> <div class="preview-sidebar"><div class="preview-sidebar-inner"> - <div class="preview-sidebar-setting"> - <label class="show-preview-switch"><span class="show-preview-switch-inner"> - <label class="toggle"><input type="checkbox" id="show-preview-checkbox"><span class="toggle-body"><span class="toggle-track"></span><span class="toggle-knob"></span></span></label> - <span class="show-preview-switch-label">Show popup preview</span> - </span></label> - </div> <div class="preview-frame-container"> <iframe src="/bg/popup-preview.html" class="preview-frame" id="popup-preview-frame"></iframe> </div> |