fix: sync PagePopup values with PageSettings from @page block
Use the same regex parsing logic as PageSettings to extract margin and background values from the @page CSS block. This ensures PagePopup displays the correct inherited values when the inheritance is locked. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
7647aadb63
commit
ed856972bc
3 changed files with 34 additions and 35 deletions
|
|
@ -30,6 +30,7 @@ button {
|
|||
--color-browngray-050: #f5f3f0;
|
||||
--color-browngray-200: #d0c4ba;
|
||||
--color-browngray-300: #b5a9a1;
|
||||
--color-page-highlight: #ff8a50;
|
||||
--border-radius: 0.2rem;
|
||||
--space-xs: 0.5rem;
|
||||
--curve: cubic-bezier(0.86, 0, 0.07, 1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue