Skip to content

Commit 1a22869

Browse files
committed
line breaks!
1 parent dd24e10 commit 1a22869

File tree

1 file changed

+54
-20
lines changed

1 file changed

+54
-20
lines changed

popup.html

Lines changed: 54 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,11 @@ <h2>Backup &amp; Restore</h2>
281281
/>
282282
</div>
283283
<!-- Confirmation Div -->
284-
<div id="confirmationDiv" class="dialog dialog-confirmation" style="display: none">
284+
<div
285+
id="confirmationDiv"
286+
class="dialog dialog-confirmation"
287+
style="display: none"
288+
>
285289
<p>
286290
File loaded successfully, but a profile with the same name already
287291
exists in the system. Do you want to overwrite the existing profile?
@@ -303,7 +307,6 @@ <h2>Console</h2>
303307
<div id="console" class="console"></div>
304308
</section>
305309

306-
307310
<!-- ===== Modules Section ===== -->
308311
<!-- This is a top-level collapsible container. The .collapsible class enables the expand/collapse behavior via popup-page-collapsible.js -->
309312
<section class="section collapsible" id="modulesSection">
@@ -335,7 +338,7 @@ <h3>
335338
id="crossChatModuleEnableToggle"
336339
aria-label="Enable Cross-Chat Prompt Sharing"
337340
/>
338-
<span class="slider "></span>
341+
<span class="slider"></span>
339342
</label>
340343
<span class="switch-label"
341344
>Enable Cross-Chat Prompt Sharing</span
@@ -403,7 +406,7 @@ <h4>Settings</h4>
403406
<div class="switch-container">
404407
<label class="switch">
405408
<input type="checkbox" id="crossChatAutosendCopy" />
406-
<span class="slider "></span>
409+
<span class="slider"></span>
407410
</label>
408411
<span class="switch-label">Autosend after 📋 Copy</span>
409412
</div>
@@ -415,7 +418,7 @@ <h4>Settings</h4>
415418
<div class="switch-container">
416419
<label class="switch">
417420
<input type="checkbox" id="crossChatAutosendPaste" />
418-
<span class="slider "></span>
421+
<span class="slider"></span>
419422
</label>
420423
<span class="switch-label"
421424
>Autosend after 📥 Paste & Send</span
@@ -459,7 +462,7 @@ <h4>Settings</h4>
459462
</div>
460463
</div>
461464
</div>
462-
465+
<br /><br />
463466
<!-- NEW MODULE: Inline Profile Selector -->
464467
<div class="collapsible" id="inlineProfileSelectorModule">
465468
<div class="section-header subsection-header">
@@ -472,29 +475,55 @@ <h3>
472475
<div class="section-content">
473476
<div class="switch-container" style="margin-bottom: 16px">
474477
<label class="switch">
475-
<input type="checkbox" id="inlineProfileSelectorEnableToggle" />
478+
<input
479+
type="checkbox"
480+
id="inlineProfileSelectorEnableToggle"
481+
/>
476482
<span class="slider"></span>
477483
</label>
478-
<span class="switch-label">Show profile selector in button row</span>
479-
</div>
480-
<p class="text-inside-container">The selector will appear among the custom buttons in the button row, allowing you to switch the current profile quickly.</p>
484+
<span class="switch-label"
485+
>Show profile selector in button row</span
486+
>
487+
</div>
488+
<p class="text-inside-container">
489+
The selector will appear among the custom buttons in the button
490+
row, allowing you to switch the current profile quickly.
491+
</p>
481492

482493
<!-- Settings visible when enabled -->
483-
<div id="inlineProfileSelectorSettingsContainer" style="display: none; margin-left: 20px;">
484-
<div class="text-inside-container" style="margin-bottom: 8px;">
485-
<p>Choose where the profile selector appears relative to your custom buttons.</p>
494+
<div
495+
id="inlineProfileSelectorSettingsContainer"
496+
style="display: none; margin-left: 20px"
497+
>
498+
<div class="text-inside-container" style="margin-bottom: 8px">
499+
<p>
500+
Choose where the profile selector appears relative to your
501+
custom buttons.
502+
</p>
486503
</div>
487-
<div class="row" style="flex-direction: column; align-items: flex-start;">
504+
<div
505+
class="row"
506+
style="flex-direction: column; align-items: flex-start"
507+
>
488508
<label>Placement:</label>
489-
<div style="margin-top: 8px;">
509+
<div style="margin-top: 8px">
490510
<label>
491-
<input type="radio" name="inlineProfileSelectorPlacement" value="before" checked />
511+
<input
512+
type="radio"
513+
name="inlineProfileSelectorPlacement"
514+
value="before"
515+
checked
516+
/>
492517
Before custom buttons
493518
</label>
494519
</div>
495520
<div>
496521
<label>
497-
<input type="radio" name="inlineProfileSelectorPlacement" value="after" />
522+
<input
523+
type="radio"
524+
name="inlineProfileSelectorPlacement"
525+
value="after"
526+
/>
498527
After custom buttons
499528
</label>
500529
</div>
@@ -503,7 +532,6 @@ <h3>
503532
</div>
504533
</div>
505534
<!-- END NEW MODULE -->
506-
507535
</div>
508536
</section>
509537

@@ -543,7 +571,13 @@ <h2>Help</h2>
543571
not uses clipboard. A Enable it in the "Modules" section above to
544572
get started.
545573
</li>
546-
<li><strong>Inline Profile Selector:</strong> Enable it in the Modules section by toggling “Show profile selector in button row”. Choose placement (before or after custom buttons). The selector will appear among the buttons, allowing you to switch the current profile quickly.</li>
574+
<li>
575+
<strong>Inline Profile Selector:</strong> Enable it in the Modules
576+
section by toggling “Show profile selector in button row”. Choose
577+
placement (before or after custom buttons). The selector will
578+
appear among the buttons, allowing you to switch the current
579+
profile quickly.
580+
</li>
547581
<li>In case of a problem: first step is to reload your browser.</li>
548582
<li>
549583
In case something stopped working completely: The websites often
@@ -720,7 +754,7 @@ <h2>Theme</h2>
720754
id="darkThemeToggle"
721755
aria-label="Enable Dark Theme"
722756
/>
723-
<span class="slider "></span>
757+
<span class="slider"></span>
724758
</label>
725759
<span class="switch-label">Enable Dark Theme</span>
726760
</div>

0 commit comments

Comments
 (0)