D.T Home: #329 - Light Background In Dark Mode - #330
Conversation
kodinkat
commented
Oct 1, 2025
- fixes: Light background in dark mode #329
- Introduced ViewportManager for dynamic viewport height adjustments across browsers, particularly for Safari. - Updated CSS for sp-theme to ensure it fills the viewport correctly on all devices. - Implemented Safari-specific fixes for background rendering and viewport height. - Enhanced theme toggle functionality to apply background colors and viewport updates based on selected themes. - Removed hardcoded color attribute from sp-theme in plugin layout for improved flexibility.
|
@kodinkat Thanks. Are there also other fixes include in this PR? |
@corsacca applying
Dynamic viewport adjustments, seemed to be a persistent challenge. The implemented solution ensures reliable full-viewport coverage and background rendering across devices, with dynamic updates during UI chrome changes and theme toggles. Detailed Implementation SummaryWhy we didn’t just set height: 100vh on sp-theme in plugin.php
Other fixes that were included (beyond 100vh)
|


