fix(css): adjust width of mermaid lightbox inner card for better responsiveness

This commit is contained in:
Julian Pawlowski 2026-04-07 14:46:51 +00:00
parent c7bd0b7a93
commit 86c5db179e

View file

@ -290,7 +290,7 @@ h1, h2, h3, h4, h5, h6 {
/* The white/dark card containing the diagram */ /* The white/dark card containing the diagram */
.mermaid-lightbox-inner { .mermaid-lightbox-inner {
position: relative; position: relative;
max-width: min(90vw, 1200px); width: min(90vw, 1200px);
max-height: 85vh; max-height: 85vh;
overflow: auto; overflow: auto;
padding: 1.5rem; padding: 1.5rem;