rosary: add show/hide images toggle, fix PiP timing and breakpoint
- Add "Bilder anzeigen" / "Show Images" toggle persisted to localStorage - Bump mystery image column/PiP breakpoint from 900px to 1200px so prayers keep full width on medium screens - Fix PiP not appearing on page load by splitting $effect and using tick() to wait for DOM before measuring element dimensions - Fix Toggle checkbox default margin causing misalignment
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
.toggle-wrapper input[type="checkbox"] {
|
||||
appearance: none;
|
||||
-webkit-appearance: none;
|
||||
margin: 0;
|
||||
width: 44px;
|
||||
height: 24px;
|
||||
background: var(--nord2);
|
||||
|
||||
Reference in New Issue
Block a user