MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
AdminIsidore (talk | contribs)
No edit summary
AdminIsidore (talk | contribs)
No edit summary
Line 36: Line 36:
     width: 100%;
     width: 100%;
     height: auto;
     height: auto;
     min-height: 500px; /* Increased */
     min-height: 600px; /* Force larger SVG */
    font-size: 10px !important;
     overflow: visible;
     overflow: visible;
    transform: none; /* Remove scaling */
}
}
.mermaid text {
.mermaid text {
     font-size: 10px !important;
     font-size: 10px !important; /* Match template */
     dominant-baseline: middle; /* Center vertically */
     dominant-baseline: central; /* Center vertically */
     text-anchor: middle; /* Center horizontally */
     text-anchor: middle; /* Center horizontally */
    transform: translateY(-2px); /* Shift text up slightly */
}
}