mirror of
https://github.com/bmad-code-org/BMAD-METHOD.git
synced 2026-01-30 04:32:02 +00:00
feat: make workflow diagram iframe full-width (#1409)
- Add CSS to break workflow diagram iframe out of content container - iframe now spans full viewport width instead of max-width constraint - Adjust iframe height to 700px for better fit - Remove border/border-radius for seamless full-width look Co-authored-by: Brian Madison <brianmadison@Brians-MacBook-Pro.local>
This commit is contained in:
@@ -181,6 +181,15 @@
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
/* Full-width workflow diagram iframe */
|
||||
.sl-markdown-content > iframe:first-child {
|
||||
width: 100vw !important;
|
||||
margin-left: calc(50% - 50vw);
|
||||
border-radius: 0 !important;
|
||||
border-left: none !important;
|
||||
border-right: none !important;
|
||||
}
|
||||
|
||||
/* Main content area */
|
||||
main {
|
||||
min-width: 0;
|
||||
|
||||
Reference in New Issue
Block a user