DecksMD 1.12.7
Released 25 May 2026
Changes
Bugfix — Empty band at the top of tab-mode review on mobile
When reviewing or browsing in tab mode on mobile, an empty band of padding showed at the top of the workspace tab — pushing the card content visibly down for no reason. The component was applying env(safe-area-inset-top) to its root unconditionally, but Obsidian's workspace tab is already nested below the system status bar, so the inset was doubling up.
The top safe-area inset is now scoped to modal mode only, where it's still needed to clear the iOS status bar. Tab mode and desktop are unchanged otherwise. Left/right/bottom safe-area insets stay on the component root for both hosts (notch and home-indicator clearance in landscape / bottom).
Also on GitHub.